Click or drag to resize

CodeVerificationSources Class

Predefined source keys for marking code verification. These constants are used as keys for registering verification handlers, and for storing or updating results. Plugins are not limited to these predefined values.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.OrdersCodeVerificationSources

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public static class CodeVerificationSources

The CodeVerificationSources type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFfd12Fiscal
Verified by the fiscal register using the FFD 1.2 protocol.
Public fieldStatic memberFiscal
Verified by the fiscal register (EXCEPT when using the FFD 1.2 protocol).
Top
See Also