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.



1028
1029
1030
# File 'lib/stripe/resources/confirmation_token.rb', line 1028

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

Instance Attribute Details

#bankObject

Bank where the account is held.



1026
1027
1028
# File 'lib/stripe/resources/confirmation_token.rb', line 1026

def bank
  @bank
end