Class: Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodData::SepaDebit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodData::SepaDebit
- Defined in:
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
Instance Attribute Summary collapse
-
#iban ⇒ Object
IBAN of the bank account.
Instance Method Summary collapse
-
#initialize(iban: nil) ⇒ SepaDebit
constructor
A new instance of SepaDebit.
Methods inherited from RequestParams
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
#iban ⇒ Object
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 |