Class: Stripe::PaymentIntentConfirmParams::PaymentMethodData::IdBankTransfer

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



2072
2073
2074
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2072

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

Instance Attribute Details

#bankObject

Bank where the account is held.



2070
2071
2072
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2070

def bank
  @bank
end