Class: Stripe::SubscriptionScheduleReleaseParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionScheduleReleaseParams
- Defined in:
- lib/stripe/params/subscription_schedule_release_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#preserve_cancel_date ⇒ Object
Keep any cancellation on the subscription that the schedule has set.
Instance Method Summary collapse
-
#initialize(expand: nil, preserve_cancel_date: nil) ⇒ SubscriptionScheduleReleaseParams
constructor
A new instance of SubscriptionScheduleReleaseParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, preserve_cancel_date: nil) ⇒ SubscriptionScheduleReleaseParams
Returns a new instance of SubscriptionScheduleReleaseParams.
11 12 13 14 |
# File 'lib/stripe/params/subscription_schedule_release_params.rb', line 11 def initialize(expand: nil, preserve_cancel_date: nil) = @preserve_cancel_date = preserve_cancel_date end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
7 8 9 |
# File 'lib/stripe/params/subscription_schedule_release_params.rb', line 7 def end |
#preserve_cancel_date ⇒ Object
Keep any cancellation on the subscription that the schedule has set
9 10 11 |
# File 'lib/stripe/params/subscription_schedule_release_params.rb', line 9 def preserve_cancel_date @preserve_cancel_date end |