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.



403
404
405
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 403

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

Instance Attribute Details

#enabledObject

Whether the feature is enabled.



401
402
403
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 401

def enabled
  @enabled
end