Class: CheckoutSdk::Accounts::PaymentInstrument
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::PaymentInstrument
- Defined in:
- lib/checkout_sdk/accounts/payment_instrument.rb
Instance Attribute Summary collapse
- #account_holder ⇒ AccountHolder
- #account_number ⇒ String
- #account_type ⇒ String
- #bank ⇒ BankDetails
- #bank_code ⇒ String
- #bban ⇒ String
- #branch_code ⇒ String
- #country ⇒ String
- #currency ⇒ String
- #document ⇒ InstrumentDocument
- #iban ⇒ String
- #label ⇒ String
- #swift_bic ⇒ String
- #type ⇒ String
Instance Attribute Details
#account_holder ⇒ AccountHolder
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#account_number ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#account_type ⇒ String
Returns Common::AccountType.
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#bank ⇒ BankDetails
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#bank_code ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#bban ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#branch_code ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#country ⇒ String
Returns Common::Country.
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#currency ⇒ String
Returns Common::Currency.
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#document ⇒ InstrumentDocument
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#iban ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#label ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#swift_bic ⇒ String
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |
#type ⇒ String
Returns Common::InstrumentType.
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/checkout_sdk/accounts/payment_instrument.rb', line 33 class PaymentInstrument attr_accessor :type, :label, :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :currency, :country, :document, :bank, :account_holder end |