| CanDeleteOrdersOutOfCafeSession Enumeration | 
Namespace: Resto.Front.Api.Data.Organization
 Syntax
Syntaxpublic enum CanDeleteOrdersOutOfCafeSession
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| NotAllowed | 0 | Not allowed. | |
| OnlyWithoutWriteoff | 1 | Only orders without writeoff and payment. | |
| All | 2 | Any orders without payment. | 
 See Also
See Also