IdentifierCodeHandlerFlags Enumeration |
Flags returned by identifier code handlers. Define how the handler interprets and processes the identifier code.
Namespace:
Resto.Front.Api.Data.Orders
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax[FlagsAttribute]
public enum IdentifierCodeHandlerFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags are set.
|
| RequiresSendToFiscal | 1 |
Indicates that the handler has determined the code must be sent to the fiscal register
as part of the Codes.
|
| RequiresVerification | 2 |
Indicates that the handler has determined the code requires verification, and that it should be invoked during the verification step.
|
| RequiresUniqueCode | 4 |
Indicates that the code must be unique.
|
See Also