Class: CheckoutSdk::Accounts::InstrumentDetailsFasterPayments

Inherits:
InstrumentDetails show all
Defined in:
lib/checkout_sdk/accounts/instrument_details_faster_payments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_numberString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/accounts/instrument_details_faster_payments.rb', line 9

class InstrumentDetailsFasterPayments < InstrumentDetails
  attr_accessor :account_number,
                :bank_code
end

#bank_codeString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/accounts/instrument_details_faster_payments.rb', line 9

class InstrumentDetailsFasterPayments < InstrumentDetails
  attr_accessor :account_number,
                :bank_code
end