Class: Stripe::BillingPortal::ConfigurationService::UpdateParams::Features::InvoiceHistory

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



279
280
281
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 279

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

Instance Attribute Details

#enabledObject

Whether the feature is enabled.



277
278
279
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 277

def enabled
  @enabled
end