Enum GiftPromotionReward.Strategy
Represents Strategy
Namespace: Mediachase.Commerce.Marketing.Objects
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
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.  |