Class: CheckoutSdk::Payments::QPaySource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::QPaySource
- Defined in:
- lib/checkout_sdk/payments/source/apm/qpay_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ QPaySource
constructor
A new instance of QPaySource.
Constructor Details
#initialize ⇒ QPaySource
19 20 21 |
# File 'lib/checkout_sdk/payments/source/apm/qpay_source.rb', line 19 def initialize super CheckoutSdk::Common::PaymentSourceType::QPAY end |
Instance Attribute Details
#description ⇒ String
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/checkout_sdk/payments/source/apm/qpay_source.rb', line 13 class QPaySource < PaymentSource attr_accessor :quantity, :description, :language, :national_id def initialize super CheckoutSdk::Common::PaymentSourceType::QPAY end end |
#language ⇒ String
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/checkout_sdk/payments/source/apm/qpay_source.rb', line 13 class QPaySource < PaymentSource attr_accessor :quantity, :description, :language, :national_id def initialize super CheckoutSdk::Common::PaymentSourceType::QPAY end end |
#national_id ⇒ String
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/checkout_sdk/payments/source/apm/qpay_source.rb', line 13 class QPaySource < PaymentSource attr_accessor :quantity, :description, :language, :national_id def initialize super CheckoutSdk::Common::PaymentSourceType::QPAY end end |
#quantity ⇒ Integer
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/checkout_sdk/payments/source/apm/qpay_source.rb', line 13 class QPaySource < PaymentSource attr_accessor :quantity, :description, :language, :national_id def initialize super CheckoutSdk::Common::PaymentSourceType::QPAY end end |