IEditSessionMoveOrderItemToAnotherOrder Method |
Moves product item between orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid MoveOrderItemToAnotherOrder(
IOrderRootItemStub orderItem,
IOrderStub sourceOrder,
IOrderGuestItemStub destinationGuest,
IOrderStub destinationOrder
)
Parameters
- orderItem IOrderRootItemStub
- Product item to be moved.
- sourceOrder IOrderStub
- Order which currently contains the product.
- destinationGuest IOrderGuestItemStub
- Guest the product item will be assigned to.
- destinationOrder IOrderStub
- Order to move to.
See Also