GiftCardApplicationPaymentCorrectionInMainCurrency Property |
Value of the gift card correction in main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public decimal PaymentCorrectionInMainCurrency { get; set; }
Property Value
Type:
DecimalRemarks
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