Class: Stripe::TestHelpers::ConfirmationTokenService::CreateParams::PaymentMethodOptions::Card

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/test_helpers/confirmation_token_service.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.



705
706
707
# File 'lib/stripe/services/test_helpers/confirmation_token_service.rb', line 705

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

Instance Attribute Details

#installmentsObject

Installment configuration for payments attempted on this PaymentIntent.



703
704
705
# File 'lib/stripe/services/test_helpers/confirmation_token_service.rb', line 703

def installments
  @installments
end