Class: CheckoutSdk::Previous::Sources::SourceData
- Inherits:
-
Object
- Object
- CheckoutSdk::Previous::Sources::SourceData
- Defined in:
- lib/checkout_sdk/sources/source_data.rb
Instance Attribute Summary collapse
- #account_iban ⇒ String
- #bic ⇒ String
- #billing_descriptor ⇒ String
- #first_name ⇒ String
- #last_name ⇒ String
- #mandate_type ⇒ SourceData
Instance Attribute Details
#account_iban ⇒ 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 |
#bic ⇒ 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_descriptor ⇒ 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_name ⇒ 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_name ⇒ 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_type ⇒ SourceData
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 |