Class: Stripe::PaymentIntentUpdateParams::PaymentMethodData::IdBankTransfer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentMethodData::IdBankTransfer
- Defined in:
- lib/stripe/params/payment_intent_update_params.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.
1093 1094 1095 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1093 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
Bank where the account is held.
1091 1092 1093 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1091 def bank @bank end |