Class: Stripe::BillingPortal::ConfigurationUpdateParams::Features::PaymentMethodUpdate
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::ConfigurationUpdateParams::Features::PaymentMethodUpdate
- Defined in:
- lib/stripe/params/billing_portal/configuration_update_params.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.
48 49 50 |
# File 'lib/stripe/params/billing_portal/configuration_update_params.rb', line 48 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
46 47 48 |
# File 'lib/stripe/params/billing_portal/configuration_update_params.rb', line 46 def enabled @enabled end |