Enum GiftPromotionReward.Strategy
Represents Strategy
Namespace: Mediachase.Commerce.Marketing.Objects
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public enum Strategy
Fields
| Name | Description |
|---|---|
| AddWhenNeeded | Add item when it does not exist in the cart already, if it does, then simply make it 100% discounted. |
| AlwaysAdd | Always adds another item even if one already exists in the cart. |
| NeverAdd | Customer must explicitly add item to the cart in order for the promotion to be applied. |