Class: CheckoutSdk::Previous::Payments::QPaySource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeQPaySource

Returns a new instance of QPaySource.



20
21
22
# File 'lib/checkout_sdk/payments/previous/source/apm/qpay_source.rb', line 20

def initialize
  super CheckoutSdk::Common::PaymentSourceType::QPAY
end

Instance Attribute Details

#descriptionString

Returns:

  • (String)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/apm/qpay_source.rb', line 14

class QPaySource < PaymentSource
  attr_accessor :quantity,
                :description,
                :language,
                :national_id

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::QPAY
  end
end

#languageString

Returns:

  • (String)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/apm/qpay_source.rb', line 14

class QPaySource < PaymentSource
  attr_accessor :quantity,
                :description,
                :language,
                :national_id

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::QPAY
  end
end

#national_idString

Returns:

  • (String)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/apm/qpay_source.rb', line 14

class QPaySource < PaymentSource
  attr_accessor :quantity,
                :description,
                :language,
                :national_id

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::QPAY
  end
end

#quantityInteger

Returns:

  • (Integer)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/apm/qpay_source.rb', line 14

class QPaySource < PaymentSource
  attr_accessor :quantity,
                :description,
                :language,
                :national_id

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::QPAY
  end
end