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



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



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



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



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



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



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