IRemovedOrderItem Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IRemovedOrderItem : ISerializable
The IRemovedOrderItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amount | |
![]() | Comment | |
![]() | CookingPlace | |
![]() | CookingPlaceType | |
![]() | Cost | |
![]() | Id | Id of deleted not printed item. |
![]() | ParentId | If current item is modifier, then contains id of parent item, otherwise null. |
![]() | Price | |
![]() | Product | |
![]() | ProductCustomName | |
![]() | Size | |
![]() | TaxPercent | |
![]() | Waiter |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |