IPrepayCheque
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Prepayment deposit/refund receipt
Properties
| Name | Type | Description |
|---|---|---|
| ChequeInfo | ICashChequeInfo | Receipt information |
| Comment | string | Comment |
| CommonInfo | IChequeCommonInfo | Common information |
| CurrencyInfo | ICurrencyInfo | Additional currency payment details. null if main currency payment |
| IsReturn | bool | Refund receipt |
| Order | IOrder | Order |
| PaymentType | IPaymentType | Payment amount |
| Prepays | IEnumerable<IPrepayInfo> | Prepayments |
| Sum | decimal | Amount |