Class: Stripe::CustomerSessionService::CreateParams::Components::PricingTable

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/customer_session_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(enabled: nil) ⇒ PricingTable

Returns a new instance of PricingTable.



71
72
73
# File 'lib/stripe/services/customer_session_service.rb', line 71

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

Instance Attribute Details

#enabledObject

Whether the pricing table is enabled.



69
70
71
# File 'lib/stripe/services/customer_session_service.rb', line 69

def enabled
  @enabled
end