ISimpleModifier
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Simple modifier
Properties
| Name | Type | Description |
|---|---|---|
| AmountIndependentOfParentAmount | bool | Quantity of modifier added to order does not depend on item quantity |
| CookingPlace | IRestaurantSection | Production place |
| DefaultAmount | int | Default quantity |
| IsCommonModifier | bool | Common modifier (for composite items) |
| MaximumAmount | int | Maximum quantity |
| MinimumAmount | int | Minimum quantity |
| Product | IProduct | Product |