Class FixedPricePurchaseQuantity
A condition for PromotionDatas where the user needs to specify a RequiredQuantity for Items.
Inherited Members
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class FixedPricePurchaseQuantity : PurchaseQuantity
Constructors
FixedPricePurchaseQuantity()
Declaration
public FixedPricePurchaseQuantity()
Properties
Items
The target items for which the promotion is valid.
Declaration
[DistinctList]
[CLSCompliant(false)]
public override IList<ContentReference> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EPiServer.Core.ContentReference> |