Click or drag to resize

IEditSessionUnserveOrderCookingItem Method

Mark order item product as unserved.

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

Parameters

cookingItem  IOrderCookingItemStub
Order item product to mark as unserved. This item should be served.
order  IOrderStub
Order which product will be unserved.
See Also