IEditSessionUnserveOrderCookingItem Method |
Mark order item product as unserved.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid 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