Try our conversational search powered by Generative AI!

Class FixedPricePurchaseQuantity

A condition for PromotionDatas where the user needs to specify a RequiredQuantity for Items.

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

Extension Methods