IModifierEntry
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Order item (modifier)
Properties
| Name | Type | Description |
|---|---|---|
| Allergens | IEnumerable<string> | Allergens. |
| Amount | decimal | Quantity |
| ChildModifier | IChildModifier | Child modifier |
| CommodityCode | string | Product nomenclature code (commodity code) |
| CookingPlace | IRestaurantSection | Production place |
| CookingPlaceType | ICookingPlaceType | Production place type |
| 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 |
| IsCommonModifier | bool | Common modifier (for composite items) |
| 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 |
| SimpleModifier | ISimpleModifier | Simple modifier |
| Vat | decimal | VAT rate |
| VatCategoryName | string | VAT category name |
| VatIncludedInPrice | bool | VAT included |