Class: Stripe::PaymentMethod::CreateParams::IdBankTransfer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentMethod::CreateParams::IdBankTransfer
- Defined in:
- lib/stripe/resources/payment_method.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.
928 929 930 |
# File 'lib/stripe/resources/payment_method.rb', line 928 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
Bank where the account is held.
926 927 928 |
# File 'lib/stripe/resources/payment_method.rb', line 926 def bank @bank end |