GiftCardApplicationPaymentCorrectionInMainCurrency Property |
Value of the gift card correction in main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntaxpublic 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