ITimePayServiceItem
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Order item (time-based service)
Properties
| Name | Type | Description |
|---|---|---|
| Allergens | IEnumerable<string> | Allergens. |
| Amount | decimal | Quantity |
| Combo | IOrderCombo | Combo |
| CommodityCode | string | Product nomenclature code (commodity code) |
| Cost | decimal | Cost |
| DeletionInfo | IOrderEntryDeletionInfo | Information on order item deletion. null if item is not deleted |
| ExcludedLocalTaxes | IEnumerable<IOrderEntryTaxInfo> | List local taxes excluded from the price. |
| ExcludedVat | decimal | VAT amount not included into order item cost |
| FoodValue | IFoodValue | Nutritional value |
| IncludedLocalTaxes | IEnumerable<IOrderEntryTaxInfo> | List local taxes included into the price. |
| IncludedVat | decimal | VAT amount included into order item cost |
| OrderRank | int | Value for sorting order items from within guest |
| Price | decimal | Unit price |
| Product | IProduct | Item/good/service |
| ProductCategory | IProductCategory | Item category registered as of adding item to order |
| ProductCustomName | string | Custom name of item/good/service |
| RateScheduleEntries | IEnumerable<IRateScheduleEntry> | Items of time-based service tariff |
| TimeLimit | TimeSpan? | Time limit |
| Vat | decimal | VAT rate |
| VatCategoryName | string | VAT category name |
| VatIncludedInPrice | bool | VAT included |
| Waiter | IUser | Waiter who added or changed item |