IPastOrderItem Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IPastOrderItem : ISerializable, IEntity
The IPastOrderItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Amount | Item amount. | |
| Id | (Inherited from IEntity.) | |
| IsMainDish | Item price. | |
| Price | Item price. | |
| Product | Product to be cooked. | |
| ProductSize | Gets size of the order item if it's product. | |
| SumWithDiscounts | Item sum with all discounts included. | |
| SumWithoutDiscounts | Item sum without any discounts. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |