Class: Stripe::BillingPortal::Configuration::UpdateParams::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.



372
373
374
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 372

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

Instance Attribute Details

#enabledObject

Whether the feature is enabled.



370
371
372
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 370

def enabled
  @enabled
end