Class ConditionBlock
Represent conditions for PromotionDatas.
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class ConditionBlock : BlockData
Constructors
ConditionBlock()
Declaration
public ConditionBlock()
Properties
PartiallyFulfilledThreshold
The promotion will be partially fulfilled if the number of cart items that match are equal or higher than this value but lower than condition amount.
Declaration
public virtual decimal PartiallyFulfilledThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |