Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodData::IdBankTransfer

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



994
995
996
# File 'lib/stripe/resources/confirmation_token.rb', line 994

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

Instance Attribute Details

#bankObject

Bank where the account is held.



992
993
994
# File 'lib/stripe/resources/confirmation_token.rb', line 992

def bank
  @bank
end