Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Defined Under Namespace
Classes: Installments
Instance Attribute Summary collapse
-
#installments ⇒ Object
Installment configuration for payments attempted on this PaymentIntent.
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.
1583 1584 1585 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1583 def initialize(installments: nil) @installments = installments end |
Instance Attribute Details
#installments ⇒ Object
Installment configuration for payments attempted on this PaymentIntent.
1581 1582 1583 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1581 def installments @installments end |