Class: CheckoutSdk::Payments::QPaySource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/source/apm/qpay_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeQPaySource



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

#descriptionString



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

#languageString



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_idString



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

#quantityInteger



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