Class: Stripe::BillingPortal::ConfigurationCreateParams::Features::SubscriptionUpdate::ScheduleAtPeriodEnd
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::ConfigurationCreateParams::Features::SubscriptionUpdate::ScheduleAtPeriodEnd
- Defined in:
- lib/stripe/params/billing_portal/configuration_create_params.rb
Defined Under Namespace
Classes: Condition
Instance Attribute Summary collapse
-
#conditions ⇒ Object
List of conditions.
Instance Method Summary collapse
-
#initialize(conditions: nil) ⇒ ScheduleAtPeriodEnd
constructor
A new instance of ScheduleAtPeriodEnd.
Methods inherited from RequestParams
Constructor Details
#initialize(conditions: nil) ⇒ ScheduleAtPeriodEnd
Returns a new instance of ScheduleAtPeriodEnd.
127 128 129 |
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 127 def initialize(conditions: nil) @conditions = conditions end |
Instance Attribute Details
#conditions ⇒ Object
List of conditions. When any condition is true, the update will be scheduled at the end of the current period.
125 126 127 |
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 125 def conditions @conditions end |