Class BuyFromCategoryGetItemDiscount
Implements
Inherited Members
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class BuyFromCategoryGetItemDiscount : EntryPromotion, IMonetaryDiscountConstructors
BuyFromCategoryGetItemDiscount()
Declaration
public BuyFromCategoryGetItemDiscount()Properties
Category
Any SKUs that belong to this category will get a discount.
Declaration
[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 | 
