IDiscountItem
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Order discount
Properties
| Name | Type | Description |
|---|---|---|
| AuthData | IAuthData | Discount authorized by |
| CardInfo | IDiscountCardInfo | Discount card details |
| DiscountSums | IDictionary<IOrderEntry, decimal> | Discount amount per order items (non-zero) |
| IsCategorized | bool | Categorial discount attribute |
| PrintDetailedInPrecheque | bool | Print details in guest bill (with account to random discounts) |
| Source | DiscountSource | Discount application method |
| Type | IDiscountType | Discount type |