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 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