IChequeTaskPaymentItem
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Receipt payment item
Properties
| Name | Type | Description |
|---|---|---|
| ChequeNumber | int | Receipt number |
| Comment | string | Comment |
| CurrencyName | string | Standard currency name (ISO). null if paid in main currency |
| IsFiscal | bool | Fiscal attribute |
| PaymentTypeName | string | Payment type name |
| Sum | decimal | Amount |
| SumInCurrency | decimal | Currency amount. 0 if paid in main currency |