| CouponCodeApplicationStatusEnum Enumeration |
Namespace: CMS.Ecommerce
public enum CouponCodeApplicationStatusEnum
| Member name | Value | Description | |
|---|---|---|---|
| Invalid | 1 | Default state. Coupon code hasn't been applied yet. | |
| NotAppliedInCart | 2 | Coupon code is in cart, but it is not applied. | |
| AppliedInCart | 3 | Coupon code is applied in shopping cart, but the order is not created yet. | |
| AppliedInOrder | 4 | Coupon code is applied in order. | |
| GiftCardCorrection | 5 | Coupon code is applied temporarily as a gift card correction. |
Copyright (c) 2019 Kentico Software