Class: Stripe::BillingPortal::Configuration::UpdateParams::Features::InvoiceHistory
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::Configuration::UpdateParams::Features::InvoiceHistory
- 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) ⇒ InvoiceHistory
constructor
A new instance of InvoiceHistory.
Methods inherited from RequestParams
Constructor Details
#initialize(enabled: nil) ⇒ InvoiceHistory
Returns a new instance of InvoiceHistory.
372 373 374 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 372 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
370 371 372 |
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 370 def enabled @enabled end |