IChequeTask
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Fiscal cash register receipt
Properties
| Name | Type | Description |
|---|---|---|
| AdditionalPayments | IEnumerable<IChequeTaskPaymentItem> | Additional payments |
| CardPayments | IEnumerable<IChequeTaskPaymentItem> | Card payments |
| CashierName | string | Cashier name |
| CashPayment | decimal | Cash payment amount |
| CashPayments | IEnumerable<IChequeTaskPaymentItem> | Cash payments |
| Detailed | bool | Detailed receipt attribute (cntaining non-fiscal payment details) |
| Discounts | IEnumerable<IChequeTaskDiscountItem> | Discounts |
| GuestId | Guid? | Order guest identifier for which the receipt prints. |
| Increases | IEnumerable<IChequeTaskDiscountItem> | Surcharges |
| IsBuy | bool | Purchase flag |
| IsStorno | bool | Reversing flag |
| LocalTaxes | IEnumerable<IChequeTaskDiscountItem> | Local taxes |
| LocalTaxVats | IEnumerable<IChequeTaskDiscountItem> | Local taxes VATs |
| OperationKind | OperationKind | Business operation scenario |
| Prepayments | IEnumerable<IChequeTaskPrepayItem> | Prepayments |
| PrintNds | bool | VAT printing flag |
| ResultSum | decimal | Receipt amount |
| Sales | IEnumerable<IChequeTaskSale> | Items |
| Vats | IEnumerable<IChequeTaskDiscountItem> | Vats (Used only with local taxes) |