Class: Stripe::Invoice::ListUpcomingLineItemsParams::ScheduleDetails::Amendment::SetPauseCollection

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/invoice.rb

Defined Under Namespace

Classes: Set

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(set: nil, type: nil) ⇒ SetPauseCollection

Returns a new instance of SetPauseCollection.



5109
5110
5111
5112
# File 'lib/stripe/resources/invoice.rb', line 5109

def initialize(set: nil, type: nil)
  @set = set
  @type = type
end

Instance Attribute Details

#setObject

Details of the pause_collection behavior to apply to the amendment.



5104
5105
5106
# File 'lib/stripe/resources/invoice.rb', line 5104

def set
  @set
end

#typeObject

Determines the type of the pause_collection amendment.



5107
5108
5109
# File 'lib/stripe/resources/invoice.rb', line 5107

def type
  @type
end