Class: Stripe::SubscriptionSchedule::AmendParams::ScheduleSettings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(end_behavior: nil) ⇒ ScheduleSettings

Returns a new instance of ScheduleSettings.



2309
2310
2311
# File 'lib/stripe/resources/subscription_schedule.rb', line 2309

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

Instance Attribute Details

#end_behaviorObject

Behavior of the subscription schedule and underlying subscription when it ends.



2307
2308
2309
# File 'lib/stripe/resources/subscription_schedule.rb', line 2307

def end_behavior
  @end_behavior
end