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

Returns:



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

Returns:

  • (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_typeAccountType

Returns:



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

Returns:



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

Returns:

  • (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

#bbanString

Returns:

  • (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_codeString

Returns:

  • (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

#countryCountry

Returns:



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

Returns:

  • (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_bicString

Returns:

  • (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