Class: CheckoutSdk::Common::Destination

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/common/destination.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_holderAccountHolder



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_numberString



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_typeAccountType



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

#bankBankDetails



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_codeString



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

#bbanString



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_codeString



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

#countryCountry



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

#ibanString



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_bicString



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