Mark order item product as served.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void ServeOrderItemProduct( IOrderItemProductStub orderItemProduct, IOrderStub order )
Parameters
- orderItemProduct
- Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Order item product to mark as served. This item should be printed, but not served yet. - order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order which product will be served.
See Also