Class: Stripe::BillingPortal::ConfigurationService::UpdateParams::Features::PaymentMethodUpdate
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::ConfigurationService::UpdateParams::Features::PaymentMethodUpdate
- Defined in:
- lib/stripe/services/billing_portal/configuration_service.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.
305 306 307 |
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 305 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
303 304 305 |
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 303 def enabled @enabled end |