Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PromotionOptions

Campaign and discount options

Inheritance
System.Object
PromotionOptions
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
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