IReceiptCheque
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Payment/refund receipt
Properties
| Name | Type | Description |
|---|---|---|
| ChequeInfo | ICashChequeInfo | Receipt information |
| ChequeTask | IChequeTask | Fiscal cash register receipt |
| CommonInfo | IChequeCommonInfo | Common information |
| DiscountItemsForPaymentsAsDiscount | IEnumerable<IDiscountItem> | Discounts applied to order by means of payments processed as discounts |
| Extensions | IReceiptChequeExtensions | Additional items |
| IsFullCheque | bool | Flag signaling if full receipt required |
| KitchenOrder | IKitchenOrder | Kitchen order |
| Order | IOrder | Order |
| ParentOrder | IOrder | Initial order, if this order is the result of dividing by guests |