Click or drag to resize

IEditSessionUnserveOrderCookingItem Method

Mark order item product as unserved.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void UnserveOrderCookingItem(
	IOrderCookingItemStub cookingItem,
	IOrderStub order
)

Parameters

cookingItem
Type: Resto.Front.Api.Editors.StubsIOrderCookingItemStub
Order item product to mark as unserved. This item should be served.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which product will be unserved.
See Also