Click or drag to resize

PastOrderPublicExternalData Property

Public external data of the order.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public IReadOnlyDictionary<string, string> PublicExternalData { get; set; }

Property Value

Type: IReadOnlyDictionaryString, String
See Also