Click or drag to resize
GiftCardApplication Class
Represents an application of the gift card.
Inheritance Hierarchy

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class GiftCardApplication : OtherPaymentApplication, 
	ICouponCodeApplication

The GiftCardApplication type exposes the following members.

Constructors
  NameDescription
Public methodGiftCardApplication
Top
Properties
  NameDescription
Public propertyAppliedCode
Used gift card code.
Public propertyGiftCard
Gift card that the used code belonged to.
Public propertyPaymentCorrectionInMainCurrency
Value of the gift card correction in main currency.
Public propertyPaymentName
Other payment name.
(Inherited from OtherPaymentApplication.)
Public propertyPaymentValue
Value of the other payment.
(Inherited from OtherPaymentApplication.)
Public propertyPaymentValueInMainCurrency
Value of the other payment in main currency.
Top
Methods
  NameDescription
Public methodApply
Logs gift card usage.
Top
See Also