IOrder
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Order
Properties
| Name | Type | Description |
|---|---|---|
| ClientBinding | IClientBinding | Binding of order to customer card (Card on entry) |
| CloseInfo | IOrderCloseInfo | Information on order closing |
| Customers | IEnumerable<ICustomer> | Customers |
| DefaultPriceCategory | IPriceCategory | Outlet price category by default |
| Delivery | IDelivery | Delivery |
| DiscountItems | IEnumerable<IDiscountItem> | Order discounts |
| Donations | IEnumerable<IPaymentItem> | Tips |
| ExternalData | IDictionary<string, string> | Public external data stored in the order by API plugins. |
| ExternalNumber | string | Number of this order in an external system such as aggregator website etc. |
| FiscalChequeNumbers | IEnumerable<string> | Fiscal cheque numbers. |
| FixedCurrencyRates | IDictionary<IAdditionalCurrency, decimal> | Fixed currency rates |
| Guests | IEnumerable<IGuest> | Guests |
| InitialGuestsCount | int | Nominal number of guests in order |
| LastModifiedTime | DateTime | Latest modification time |
| Number | int | Number |
| OpenTime | DateTime | Opening date/time |
| OrderId | Guid | Id |
| OriginName | string | Name of the source this order was received from |
| Payments | IEnumerable<IPaymentItem> | Payments |
| PrePayments | IEnumerable<IPaymentItem> | Prepayments |
| PriceCategory | IPriceCategory | Price category (assigned manually or by card) |
| Reserve | IReserve | Reserve/banquet |
| Table | ITable | Table |
| TabName | string | Tab name |
| Type | IOrderType | Order type |
| Waiter | IUser | Waiter |