Class PromotionOptions
Campaign and discount options
Inheritance
System.Object
PromotionOptions
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class PromotionOptions : Object
Constructors
PromotionOptions()
Declaration
public PromotionOptions()
Properties
ApplyPromotionUnitIndividually
Apply promoyions units individually instead of as a group. Default is false.
Declaration
public bool ApplyPromotionUnitIndividually { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PromotionExclusionLevel
Whether exclusion should be at the order or unit level. Default is Order.
Declaration
public ExclusionLevel PromotionExclusionLevel { get; set; }
Property Value
Type | Description |
---|---|
ExclusionLevel |