Class: CheckoutSdk::Accounts::PaymentInstrument

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/payment_instrument.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_holderAccountHolder

Returns:



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_numberString

Returns:

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

Returns:



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

#bankBankDetails

Returns:

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

Returns:

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

#bbanString

Returns:

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

Returns:

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

#countryString

Returns Common::Country.

Returns:



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

#currencyString

Returns Common::Currency.

Returns:



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

#documentInstrumentDocument

Returns:



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

#ibanString

Returns:

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

#labelString

Returns:

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

Returns:

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

#typeString

Returns:



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