Class: Stripe::BillingPortal::Configuration::UpdateParams::Features::PaymentMethodUpdate
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::Configuration::UpdateParams::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.
381 382 383 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 381 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
379 380 381 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 379 def enabled @enabled end |