Click or drag to resize

IEditSessionMoveOrderItemToAnotherOrder Method

Moves product item between orders.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void 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