IEditSessionMoveOrderItemToAnotherGuest Method |
Moves product item between guests of the same order.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid MoveOrderItemToAnotherGuest(
IOrderRootItemStub product,
IOrderGuestItemStub destinationGuest,
IOrderStub order
)
Parameters
- product IOrderRootItemStub
- Product item to be moved.
- destinationGuest IOrderGuestItemStub
- Guest the product item will be assigned to.
- order IOrderStub
- Order which contains the product.
See Also