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.
192 193 194 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 192 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
190 191 192 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 190 def enabled @enabled end |