IEditSessionUngroupOrderCookingItems Method |
Separates the order item products from mix group so that they will be cooked independently.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid UngroupOrderCookingItems(
IReadOnlyList<IOrderCookingItemStub> cookingItems,
IOrderStub order
)
Parameters
- cookingItems IReadOnlyListIOrderCookingItemStub
- Order item products to be separated from mix group.
- order IOrderStub
- Order which products will be separated from mix group.
See Also