Click or drag to resize

IKitchenOrderCookingItemServeGroupNumber Property

Identifies order item products group to be served together. Cooking of items from the same order with the same serve group number should be completed at the same time, so that waiter will serve them together.

Namespace:  Resto.Front.Api.V5.Data.Kitchen
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
int ServeGroupNumber { get; }

Property Value

Type: Int32
See Also