Class BuyQuantityPayFixedAmount
This promotion type will be applied when RequiredQuantity number of SKUs, that are part of the entries or nodes belonging to the Items, are in the cart. A fixed price defined in Amounts will be applied.
Inherited Members
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class BuyQuantityPayFixedAmount : EntryPromotion
Constructors
BuyQuantityPayFixedAmount()
Declaration
public BuyQuantityPayFixedAmount()
Properties
Amounts
The fixed price to be applied.
Declaration
[PromotionRegion("Discount")]
public virtual IList<Money> Amounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Money> |
Condition
The condition for the promotion that needs to be fulfilled before the discount is applied.
Declaration
[PromotionRegion("Condition")]
public virtual FixedPricePurchaseQuantity Condition { get; set; }
Property Value
Type | Description |
---|---|
FixedPricePurchaseQuantity |