Class: Stripe::InvoiceCreatePreviewParams::ScheduleDetails::DefaultSettings

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/invoice_create_preview_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(phase_effective_at: nil) ⇒ DefaultSettings

Returns a new instance of DefaultSettings.



1197
1198
1199
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1197

def initialize(phase_effective_at: nil)
  @phase_effective_at = phase_effective_at
end

Instance Attribute Details

#phase_effective_atObject

Configures how the subscription schedule handles billing for phase transitions.



1195
1196
1197
# File 'lib/stripe/params/invoice_create_preview_params.rb', line 1195

def phase_effective_at
  @phase_effective_at
end