Class: Stripe::PaymentIntent::ConfirmParams::PaymentMethodData::IdBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_intent.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.



10717
10718
10719
# File 'lib/stripe/resources/payment_intent.rb', line 10717

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

Instance Attribute Details

#bankObject

Bank where the account is held.



10715
10716
10717
# File 'lib/stripe/resources/payment_intent.rb', line 10715

def bank
  @bank
end