IOrderServiceItem Interface |
Namespace: Resto.Front.Api.V5.Data.Orders
public interface IOrderServiceItem : IOrderRootItem, ISerializable, IEntity, IOrderRootItemStub, IOrderServiceItemStub
The IOrderServiceItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Amount | ||
| Cost | ||
| Deleted | (Inherited from IOrderRootItem.) | |
| DeletionMethod | (Inherited from IOrderRootItem.) | |
| Guest | (Inherited from IOrderRootItem.) | |
| Id | (Inherited from IEntity.) | |
| Price | ||
| PrintTime | (Inherited from IOrderRootItem.) | |
| Product | ||
| ResultSum | Total sum to be paid, sum with discounts and both included and excluded vat. | |
| Status | Gets the status of the current order item. (Inherited from IOrderRootItem.) | |
| TaxPercent | Tax percent or null for not taxed order items. | |
| Waiter | Waiter who made latest changes to the order item. (Inherited from IOrderRootItem.) |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |