Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodData::IdBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_intent_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil) ⇒ IdBankTransfer

Returns a new instance of IdBankTransfer.



8966
8967
8968
# File 'lib/stripe/services/payment_intent_service.rb', line 8966

def initialize(bank: nil)
  @bank = bank
end

Instance Attribute Details

#bankObject

Bank where the account is held.



8964
8965
8966
# File 'lib/stripe/services/payment_intent_service.rb', line 8964

def bank
  @bank
end