Click or drag to resize

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
C#
[FlagsAttribute]
public enum IdentifierCodeHandlerFlags
Members
  Member nameValueDescription
None0 No flags are set.
RequiresSendToFiscal1 Indicates that the handler has determined the code must be sent to the fiscal register as part of the Codes.
RequiresVerification2 Indicates that the handler has determined the code requires verification, and that it should be invoked during the verification step.
RequiresUniqueCode4 Indicates that the code must be unique.
See Also