Class: Stripe::PaymentIntentCreateParams::PaymentMethodData::IdBankTransfer

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



1107
1108
1109
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1107

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

Instance Attribute Details

#bankObject

Bank where the account is held.



1105
1106
1107
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1105

def bank
  @bank
end