Class: Stripe::SetupIntentConfirmParams::PaymentMethodData::IdBankTransfer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentConfirmParams::PaymentMethodData::IdBankTransfer
- Defined in:
- lib/stripe/params/setup_intent_confirm_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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(bank: nil) ⇒ IdBankTransfer
Returns a new instance of IdBankTransfer.
189 190 191 |
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 189 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
Bank where the account is held.
187 188 189 |
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 187 def bank @bank end |