IPastOrder Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IPastOrder : ISerializable, IEntity
The IPastOrder type exposes the following members.
Name | Description | |
---|---|---|
![]() | CafeSessionNumber | Orders session number |
![]() | CafeSessionOpenTime | Orders session open time |
![]() | CardTransactions | |
![]() | Cashier | Gets the user closed the current order. |
![]() | CashRegister | CashRegister of current point of sale |
![]() | CloseTime | Order close time. |
![]() | FiscalChequeNumber | Orders fiscal receipt number |
![]() | Id | (Inherited from IEntity.) |
![]() | Items | |
![]() | Number | Order number |
![]() | OpenTime | Order open time |
![]() | OrderType | Order type |
![]() | Payments | |
![]() | RestaurantSection | Item cooking place. |
![]() | TableNumber | Orders table number |
![]() | Waiter | Person who serves the source order. |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |