Class BuyFromCategoryGetItemDiscount
Implements
Inherited Members
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class BuyFromCategoryGetItemDiscount : EntryPromotion, IMonetaryDiscount
Constructors
BuyFromCategoryGetItemDiscount()
Declaration
public BuyFromCategoryGetItemDiscount()
Properties
Category
Any SKUs that belong to this category will get a discount.
Declaration
[CLSCompliant(false)]
[PromotionRegion("Condition")]
public virtual ContentReference Category { get; set; }
Property Value
Type | Description |
---|---|
EPiServer.Core.ContentReference |
Discount
The reward values that should be applied.
Declaration
[PromotionRegion("Discount")]
public virtual MonetaryReward Discount { get; set; }
Property Value
Type | Description |
---|---|
MonetaryReward |