Interface IPurchaseAmount
This interface for promotion types with purchase amounts.
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public interface IPurchaseAmount
Properties
Condition
The promotion will be applied if the currency amount spent in the cart is equal or higher than the amount of one Money in this list, which has the same currency.
Declaration
PurchaseAmount Condition { get; set; }
Property Value
Type | Description |
---|---|
PurchaseAmount |
Remarks
The default value of currency amounts set to zero.