Class: Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodData::SepaDebit

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/test_helpers/confirmation_token_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(iban: nil) ⇒ SepaDebit

Returns a new instance of SepaDebit.



263
264
265
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 263

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

Instance Attribute Details

#ibanObject

IBAN of the bank account.



261
262
263
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 261

def iban
  @iban
end