Class: Stripe::SetupIntentConfirmParams::PaymentMethodData::IdBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/setup_intent_confirm_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(bank: nil) ⇒ IdBankTransfer

Returns a new instance of IdBankTransfer.



190
191
192
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 190

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

Instance Attribute Details

#bankObject

Bank where the account is held.



188
189
190
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 188

def bank
  @bank
end