Enum DiscountApplyToProduct
- Namespace
- Dynamicweb.Ecommerce.Orders.Adjustments
- Assembly
- Dynamicweb.Ecommerce.dll
The way a discount should be applied.
[Experimental("DWEX100001")]
public enum DiscountApplyToProduct
Fields
HighestPrice = 2Applies to the highest price product.
LowestPrice = 1Applies to the lowest price product.
Selected = 0Applies to all selected products.