Click or drag to resize

OrderItemIdentifierCodeVerificationResults Property

Code verification result. The key should be either a predefined value from CodeVerificationSources, or a plugin-defined source key.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public Dictionary<string, CodeVerificationResult> VerificationResults { get; set; }

Property Value

DictionaryString, CodeVerificationResult
See Also