Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodData::IdBankTransfer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ConfirmationToken::CreateParams::PaymentMethodData::IdBankTransfer
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Instance Attribute Summary collapse
-
#bank ⇒ Object
Bank where the account is held.
Instance Method Summary collapse
-
#initialize(bank: nil) ⇒ IdBankTransfer
constructor
A new instance of IdBankTransfer.
Methods inherited from RequestParams
Constructor Details
#initialize(bank: nil) ⇒ IdBankTransfer
Returns a new instance of IdBankTransfer.
1032 1033 1034 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1032 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
Bank where the account is held.
1030 1031 1032 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1030 def bank @bank end |