Class: CheckoutSdk::Accounts::InstrumentDetailsFasterPayments
- Inherits:
-
InstrumentDetails
- Object
- InstrumentDetails
- CheckoutSdk::Accounts::InstrumentDetailsFasterPayments
- Defined in:
- lib/checkout_sdk/accounts/instrument_details_faster_payments.rb
Instance Attribute Summary collapse
Instance Attribute Details
#account_number ⇒ 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_code ⇒ 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 |