London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ConditionBlock

Represent conditions for PromotionDatas.

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