Moves product item between orders.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void MoveOrderItemProductToAnotherOrder( IExistingOrderItemProductStub product, IOrderItemGuestStub destinationGuest, IOrderStub destinationOrder )
Parameters
- product
- Type: Resto.Front.Api.V3.EditorsIExistingOrderItemProductStub
Product item to be moved. - destinationGuest
- Type: Resto.Front.Api.V3.EditorsIOrderItemGuestStub
Guest the product item will be assigned to. - destinationOrder
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order to move to.
See Also