Class: Stripe::CustomerSessionService::CreateParams::Components::PricingTable
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CustomerSessionService::CreateParams::Components::PricingTable
- Defined in:
- lib/stripe/services/customer_session_service.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Whether the pricing table is enabled.
Instance Method Summary collapse
-
#initialize(enabled: nil) ⇒ PricingTable
constructor
A new instance of PricingTable.
Methods inherited from RequestParams
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
#enabled ⇒ Object
Whether the pricing table is enabled.
69 70 71 |
# File 'lib/stripe/services/customer_session_service.rb', line 69 def enabled @enabled end |