Class: CheckoutSdk::Instruments::InstrumentData
- Inherits:
-
Object
- Object
- CheckoutSdk::Instruments::InstrumentData
- Defined in:
- lib/checkout_sdk/instruments/create/instrument_data.rb
Instance Attribute Summary collapse
- #account_number ⇒ String
- #country ⇒ String
- #currency ⇒ String
- #date_of_signature ⇒ DateTime
- #mandate_id ⇒ String
- #payment_type ⇒ String
Instance Attribute Details
#account_number ⇒ String
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/instruments/create/instrument_data.rb', line 17 class InstrumentData attr_accessor :account_number, :country, :currency, :payment_type, :mandate_id, :date_of_signature end |
#country ⇒ String
Returns Common::Country.
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/instruments/create/instrument_data.rb', line 17 class InstrumentData attr_accessor :account_number, :country, :currency, :payment_type, :mandate_id, :date_of_signature end |
#currency ⇒ String
Returns Common::Currency.
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/instruments/create/instrument_data.rb', line 17 class InstrumentData attr_accessor :account_number, :country, :currency, :payment_type, :mandate_id, :date_of_signature end |
#date_of_signature ⇒ DateTime
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/instruments/create/instrument_data.rb', line 17 class InstrumentData attr_accessor :account_number, :country, :currency, :payment_type, :mandate_id, :date_of_signature end |
#mandate_id ⇒ String
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/instruments/create/instrument_data.rb', line 17 class InstrumentData attr_accessor :account_number, :country, :currency, :payment_type, :mandate_id, :date_of_signature end |
#payment_type ⇒ String
Returns Payments::PaymentType.
17 18 19 20 21 22 23 24 |
# File 'lib/checkout_sdk/instruments/create/instrument_data.rb', line 17 class InstrumentData attr_accessor :account_number, :country, :currency, :payment_type, :mandate_id, :date_of_signature end |