Class: Stripe::BillingPortal::ConfigurationCreateParams::Features::SubscriptionUpdate::ScheduleAtPeriodEnd::Condition
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::ConfigurationCreateParams::Features::SubscriptionUpdate::ScheduleAtPeriodEnd::Condition
- Defined in:
- lib/stripe/params/billing_portal/configuration_create_params.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
The type of condition.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Condition
constructor
A new instance of Condition.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ Condition
Returns a new instance of Condition.
117 118 119 |
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 117 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
The type of condition.
115 116 117 |
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 115 def type @type end |