Click or drag to resize

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
C#
[FlagsAttribute]
public enum IdentifierCodeFlags
Members
  Member nameValueDescription
None0 No flags are set.
SendToFiscal1 The code must be sent to the fiscal register as part of the Codes.
VerificationRequired2 The code requires verification.
MarkingCode4 The code is displayed in the marking code editing window.
Egais8 EGAIS code.
Osu16 The code is used in volumetric and grade accounting (OSU).
See Also