Class: Stripe::BillingPortal::ConfigurationService::UpdateParams::Features::InvoiceHistory
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::ConfigurationService::UpdateParams::Features::InvoiceHistory
- 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) ⇒ InvoiceHistory
constructor
A new instance of InvoiceHistory.
Methods inherited from RequestParams
Constructor Details
#initialize(enabled: nil) ⇒ InvoiceHistory
Returns a new instance of InvoiceHistory.
300 301 302 |
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 300 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
298 299 300 |
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 298 def enabled @enabled end |