Class: CheckoutSdk::Previous::Sources::SourceData

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/sources/source_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_ibanString

Returns:

  • (String)


18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/sources/source_data.rb', line 18

class SourceData
  attr_accessor :first_name,
                :last_name,
                :account_iban,
                :bic,
                :billing_descriptor,
                :mandate_type
end

#bicString

Returns:

  • (String)


18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/sources/source_data.rb', line 18

class SourceData
  attr_accessor :first_name,
                :last_name,
                :account_iban,
                :bic,
                :billing_descriptor,
                :mandate_type
end

#billing_descriptorString

Returns:

  • (String)


18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/sources/source_data.rb', line 18

class SourceData
  attr_accessor :first_name,
                :last_name,
                :account_iban,
                :bic,
                :billing_descriptor,
                :mandate_type
end

#first_nameString

Returns:

  • (String)


18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/sources/source_data.rb', line 18

class SourceData
  attr_accessor :first_name,
                :last_name,
                :account_iban,
                :bic,
                :billing_descriptor,
                :mandate_type
end

#last_nameString

Returns:

  • (String)


18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/sources/source_data.rb', line 18

class SourceData
  attr_accessor :first_name,
                :last_name,
                :account_iban,
                :bic,
                :billing_descriptor,
                :mandate_type
end

#mandate_typeSourceData

Returns:



18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/sources/source_data.rb', line 18

class SourceData
  attr_accessor :first_name,
                :last_name,
                :account_iban,
                :bic,
                :billing_descriptor,
                :mandate_type
end