Class: Stripe::SubscriptionScheduleService::AmendParams::ScheduleSettings

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



1900
1901
1902
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1900

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.



1898
1899
1900
# File 'lib/stripe/services/subscription_schedule_service.rb', line 1898

def end_behavior
  @end_behavior
end