Syrve POS API V6 Code Reference
Syrve POS API V6 Code Reference
Resto.Front.Api.Data.Kitchen
IKitchenOrder Interface
IKitchenOrder Properties
BaseOrderId Property
CookingPriority Property
IsTopCookingPriority Property
Items Property
Number Property
OrderType Property
Table Property
Waiter Property
IKitchenOrder
Items Property
Source order item products equivalent for kitchen. Only printed order item products are taken into account for kitchen.
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
Copy
IReadOnlyList
<
IKitchenOrderCookingItem
>
Items
{
get
; }
Property Value
Type:
IReadOnlyList
IKitchenOrderCookingItem
See Also
Reference
IKitchenOrder Interface
Resto.Front.Api.Data.Kitchen Namespace