Class: Stripe::BillingPortal::ConfigurationService::CreateParams::Features::InvoiceHistory
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::BillingPortal::ConfigurationService::CreateParams::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.
79 80 81 |
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 79 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether the feature is enabled.
77 78 79 |
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 77 def enabled @enabled end |