Class: CheckoutSdk::Accounts::PaymentInstrumentRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::PaymentInstrumentRequest
- Defined in:
- lib/checkout_sdk/accounts/payment_instrument_request.rb
Instance Attribute Summary collapse
- #country ⇒ String
- #currency ⇒ String
- #default ⇒ TrueClass, FalseClass
- #document ⇒ InstrumentDocument
- #instrument_details ⇒ InstrumentDetails
- #label ⇒ String
- #type ⇒ String
Instance Attribute Details
#country ⇒ String
Returns Common::Country.
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |
#currency ⇒ String
Returns Common::Currency.
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |
#default ⇒ TrueClass, FalseClass
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |
#document ⇒ InstrumentDocument
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |
#instrument_details ⇒ InstrumentDetails
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |
#label ⇒ String
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |
#type ⇒ String
Returns Common::InstrumentType.
19 20 21 22 23 24 25 26 27 |
# File 'lib/checkout_sdk/accounts/payment_instrument_request.rb', line 19 class PaymentInstrumentRequest attr_accessor :label, :type, :currency, :country, :default, :document, :instrument_details end |