Discount item is the result of adding discount to an order, contains discount parameters, which will be used to calculate sums. While discount params are persistent, discount sums are calculated on demand, because they are subject to change (they may depend on the time, etc). See
AppliedDiscounts to get calculated sums.
Namespace: Resto.Front.Api.Data.OrdersAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxpublic interface IDiscountItem : ISerializable
The IDiscountItem type exposes the following members.
Properties
Methods
See Also