Click or drag to resize

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
C#
[FlagsAttribute]
public enum IdentifierCodeFlags
Members
  Member nameValueDescription
SendToFiscal1 Send to ChequeSale
VerificationRequired2 Requires call MarkingCodeVerifyCodeHandler.
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