Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions::Card

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/confirmation_token.rb

Defined Under Namespace

Classes: Installments

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(installments: nil) ⇒ Card

Returns a new instance of Card.



1578
1579
1580
# File 'lib/stripe/resources/confirmation_token.rb', line 1578

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

Instance Attribute Details

#installmentsObject

Installment configuration for payments attempted on this PaymentIntent.



1576
1577
1578
# File 'lib/stripe/resources/confirmation_token.rb', line 1576

def installments
  @installments
end