Class: Stripe::PaymentIntentUpdateParams::PaymentMethodData::IdBankTransfer

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



1085
1086
1087
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1085

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

Instance Attribute Details

#bankObject

Bank where the account is held.



1083
1084
1085
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1083

def bank
  @bank
end