Class: Stripe::InvoiceCreatePreviewParams::ScheduleDetails::Amendment::SetPauseCollection
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::InvoiceCreatePreviewParams::ScheduleDetails::Amendment::SetPauseCollection
- Defined in:
- lib/stripe/params/invoice_create_preview_params.rb
Defined Under Namespace
Classes: Set
Instance Attribute Summary collapse
-
#set ⇒ Object
Details of the pause_collection behavior to apply to the amendment.
-
#type ⇒ Object
Determines the type of the pause_collection amendment.
Instance Method Summary collapse
-
#initialize(set: nil, type: nil) ⇒ SetPauseCollection
constructor
A new instance of SetPauseCollection.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(set: nil, type: nil) ⇒ SetPauseCollection
Returns a new instance of SetPauseCollection.
1045 1046 1047 1048 |
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1045 def initialize(set: nil, type: nil) @set = set @type = type end |
Instance Attribute Details
#set ⇒ Object
Details of the pause_collection behavior to apply to the amendment.
1041 1042 1043 |
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1041 def set @set end |
#type ⇒ Object
Determines the type of the pause_collection amendment.
1043 1044 1045 |
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1043 def type @type end |