Click or drag to resize

IOrderItemProductCookingTime Property

Standard cooking time defined by settings if cooking is started, otherwise null.

Namespace:  Resto.Front.Api.V4.Data.Orders
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Nullable<TimeSpan> CookingTime { get; }

Property Value

Type: NullableTimeSpan
See Also