Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodData::SepaDebit

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



1114
1115
1116
# File 'lib/stripe/resources/confirmation_token.rb', line 1114

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

Instance Attribute Details

#ibanObject

IBAN of the bank account.



1112
1113
1114
# File 'lib/stripe/resources/confirmation_token.rb', line 1112

def iban
  @iban
end