Click or drag to resize

IEditSessionServeOrderItemProduct Method

Mark order item product as served.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void ServeOrderItemProduct(
	IOrderItemProductStub orderItemProduct,
	IOrderStub order
)

Parameters

orderItemProduct
Type: Resto.Front.Api.V4.Editors.StubsIOrderItemProductStub
Order item product to mark as served. This item should be printed, but not served yet.
order
Type: Resto.Front.Api.V4.Editors.StubsIOrderStub
Order which product will be served.
See Also