Interface ISpendAmountGetMonetaryDiscount
This interface for promotion types with spend currency amounts then get monetary discount.
Namespace: EPiServer.Commerce.Marketing.Promotions
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public interface ISpendAmountGetMonetaryDiscount
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.
Discount
The reward values that should be applied.
Declaration
MonetaryReward Discount { get; set; }
Property Value
Type | Description |
---|---|
MonetaryReward |