SaaS CMS has officially launched! Learn more now.

Class ConditionBlock

Represent conditions for PromotionDatas.

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