Class: Stripe::InvoiceUpcomingLinesService::ListParams::ScheduleDetails::Amendment::SetPauseCollection

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/invoice_upcoming_lines_service.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.



739
740
741
742
# File 'lib/stripe/services/invoice_upcoming_lines_service.rb', line 739

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.



735
736
737
# File 'lib/stripe/services/invoice_upcoming_lines_service.rb', line 735

def set
  @set
end

#typeObject

Determines the type of the pause_collection amendment.



737
738
739
# File 'lib/stripe/services/invoice_upcoming_lines_service.rb', line 737

def type
  @type
end