IdentifierCodeFlags Enumeration |
Flags that specify how the identifier code should be processed.
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 |
---|
| None | 0 |
No flags are set.
|
| SendToFiscal | 1 |
The code must be sent to the fiscal register as part of the Codes.
|
| VerificationRequired | 2 |
The code requires verification.
|
| 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