Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodData::IdBankTransfer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::ConfirmParams::PaymentMethodData::IdBankTransfer
- Defined in:
- lib/stripe/services/payment_intent_service.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.
8738 8739 8740 |
# File 'lib/stripe/services/payment_intent_service.rb', line 8738 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
Bank where the account is held.
8736 8737 8738 |
# File 'lib/stripe/services/payment_intent_service.rb', line 8736 def bank @bank end |