IAppliedDiscountItem Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IAppliedDiscountItem : ISerializable
The IAppliedDiscountItem type exposes the following members.
Name | Description | |
---|---|---|
Discount | The discount item. | |
DiscountSum | Total discount sum given by the discount item for all order items. | |
DiscountSumByOrderItemId | Discount sums given by the discount item for each order item (products, compounds, services and modifiers). Absence of some order item's id means zero discount for that item. | |
IsRounding | Indicates that the discount was used to round off the order sum. Depending on the settings, rounding can be performed up or down for individual items as well as for the entire order. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |