Class: Stripe::SubscriptionScheduleAmendParams::ScheduleSettings

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



567
568
569
# File 'lib/stripe/params/subscription_schedule_amend_params.rb', line 567

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.



565
566
567
# File 'lib/stripe/params/subscription_schedule_amend_params.rb', line 565

def end_behavior
  @end_behavior
end