Click or drag to resize

CodeVerificationResult.UserMessage Property

Message to be displayed to the user. Can contain information, a warning, or an error related to the verification result.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public string UserMessage { get; set; }

Property Value

Type: String
See Also