Class: Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodOptions::Card
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodOptions::Card
- Defined in:
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
Defined Under Namespace
Classes: Installments
Instance Attribute Summary collapse
-
#installments ⇒ Object
Installment configuration for payments confirmed using this ConfirmationToken.
Instance Method Summary collapse
-
#initialize(installments: nil) ⇒ Card
constructor
A new instance of Card.
Methods inherited from RequestParams
Constructor Details
#initialize(installments: nil) ⇒ Card
Returns a new instance of Card.
560 561 562 |
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 560 def initialize(installments: nil) @installments = installments end |
Instance Attribute Details
#installments ⇒ Object
Installment configuration for payments confirmed using this ConfirmationToken.
558 559 560 |
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 558 def installments @installments end |