IdentifierCodeFlags Enumeration |
Usage flags, that define how the code will be used.
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax[FlagsAttribute]
public enum IdentifierCodeFlags
Members
| Member name | Value | Description |
---|
| SendToFiscal | 1 |
Send to ChequeSale |
| VerificationRequired | 2 |
Requires call MarkingCodeVerifyCodeHandler.
|
| MarkingCode | 4 |
The code is displayed in the marking code editing window.
|
| Egais | 8 |
EGAIS code.
|
| Osu | 16 |
The code is used in volumetric and grade accounting (OSU).
|
See Also