Class: Stripe::BillingPortal::Configuration::CreateParams::Features::PaymentMethodUpdate
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::Configuration::CreateParams::Features::PaymentMethodUpdate
- Defined in:
- lib/stripe/resources/billing_portal/configuration.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Whether the feature is enabled.
Instance Method Summary collapse
-
#initialize(enabled: nil) ⇒ PaymentMethodUpdate
constructor
A new instance of PaymentMethodUpdate.
Methods inherited from RequestParams
Constructor Details
#initialize(enabled: nil) ⇒ PaymentMethodUpdate
Returns a new instance of PaymentMethodUpdate.
182 183 184 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 182 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
180 181 182 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 180 def enabled @enabled end |