IIikoCardInfo
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
iikoCard general information
Properties
| Name | Type | Description |
|---|---|---|
| Amount | decimal | Operation amount |
| CardNumber | string | Card number |
| CardOwner | string | Cardholder |
| ChequeRows | IEnumerable<IIikoCardRow> | iikoCard server data |
| Error | string | Error description |
| HasAmount | bool | Has receipt an operation amount line |
| HasOperationIds | bool | Show operation IDs |
| HasSignature | bool | Has receipt a customer signature panel |
| HostTime | DateTime? | Server date and time |
| IsPayment | bool | Is it payment |
| OperationId | string | Server number of operation |
| OperationName | string | Operation name in receipt |
| OperationNumTitle | string | Server operation number in receipt |
| RequestId | string | Customer number of operation (check code) |
| RequestNumTitle | string | Customer number of operation(check code) in receipt |