Click or drag to resize
OtherPaymentApplication Class
Represents an other payment application (e.g. a gift card)
Inheritance Hierarchy
SystemObject
  CMS.EcommerceOtherPaymentApplication
    CMS.EcommerceGiftCardApplication

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public abstract class OtherPaymentApplication

The OtherPaymentApplication type exposes the following members.

Constructors
  NameDescription
Protected methodOtherPaymentApplication
Top
Properties
  NameDescription
Public propertyPaymentName
Other payment name.
Public propertyPaymentValue
Value of the other payment.
Top
See Also