Class: CheckoutSdk::Instruments::InstrumentData

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/instruments/create/instrument_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_numberString

Returns:

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

#countryString

Returns Common::Country.

Returns:



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

#currencyString

Returns Common::Currency.

Returns:



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_signatureDateTime

Returns:

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

Returns:

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

Returns:



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