Class: CheckoutSdk::Common::Destination
- Inherits:
-
Object
- Object
- CheckoutSdk::Common::Destination
- Defined in:
- lib/checkout_sdk/common/destination.rb
Instance Attribute Summary collapse
- #account_holder ⇒ AccountHolder
- #account_number ⇒ String
- #account_type ⇒ AccountType
- #bank ⇒ BankDetails
- #bank_code ⇒ String
- #bban ⇒ String
- #branch_code ⇒ String
- #country ⇒ Country
- #iban ⇒ String
- #swift_bic ⇒ String
Instance Attribute Details
#account_holder ⇒ AccountHolder
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#account_number ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#account_type ⇒ AccountType
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#bank ⇒ BankDetails
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#bank_code ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#bban ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#branch_code ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#country ⇒ Country
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#iban ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |
#swift_bic ⇒ String
25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/checkout_sdk/common/destination.rb', line 25 class Destination attr_accessor :account_type, :account_number, :bank_code, :branch_code, :iban, :bban, :swift_bic, :country, :account_holder, :bank end |