Click or drag to resize

IEditSessionMoveOrderItemProductToAnotherOrder Method

Moves product item between orders.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void MoveOrderItemProductToAnotherOrder(
	IExistingOrderItemProductStub product,
	IOrderItemGuestStub destinationGuest,
	IOrderStub destinationOrder
)

Parameters

product
Type: Resto.Front.Api.V4.Editors.StubsIExistingOrderItemProductStub
Product item to be moved.
destinationGuest
Type: Resto.Front.Api.V4.Editors.StubsIOrderItemGuestStub
Guest the product item will be assigned to.
destinationOrder
Type: Resto.Front.Api.V4.Editors.StubsIOrderStub
Order to move to.
See Also