Click or drag to resize

IEditSessionMoveOrderItemProduct Method

Moves product item between guests of the same order.

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

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.
See Also