Enum OrderTotalPriceCondition
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
The OrderTotalPriceCondition enumeration defines the logical operators used in an order total price comparison.
public enum OrderTotalPriceCondition
Fields
EqualTo = 1- The total price of the order must be equal to the order total price on the discount.
GreaterThan = 5- The total price of the order must be greater than the order total price on the discount.
GreaterThanOrEqualTo = 6- The total price of the order must be greater than or equal to the order total price on the discount.
LesserThan = 3- The total price of the order must be lesser than the order total price on the discount.
LesserThanOrEqualTo = 4- The total price of the order must be lesser than or equal to the order total price on the discount.
NotEqualTo = 2- The total price of the order must not be equal to the order total price on the discount.