Click or drag to resize
GiftCardApplicationPaymentCorrectionInMainCurrency Property
Value of the gift card correction in main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public decimal PaymentCorrectionInMainCurrency { get; set; }

Property Value

Type: Decimal
Remarks
If correction is positive, the coupon code remaining value will decrease upon order update. If correction is negative, the coupon code remaining value will increase upon order update.
See Also