Class: Stripe::BillingPortal::Configuration::CreateParams::Features::InvoiceHistory

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/billing_portal/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(enabled: nil) ⇒ InvoiceHistory

Returns a new instance of InvoiceHistory.



198
199
200
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 198

def initialize(enabled: nil)
  @enabled = enabled
end

Instance Attribute Details

#enabledObject

Whether the feature is enabled.



196
197
198
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 196

def enabled
  @enabled
end