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. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |