Class: Stripe::BillingPortal::ConfigurationCreateParams::Features::InvoiceHistory

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/billing_portal/configuration_create_params.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.



39
40
41
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 39

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

Instance Attribute Details

#enabledObject

Whether the feature is enabled.



37
38
39
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 37

def enabled
  @enabled
end