Changes the course of the order item.
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 ChangeOrderItemProductCourse( OrderItemCourse course, IExistingOrderItemProductStub orderItemProduct )
Parameters
- course
- Type: Resto.Front.Api.V3.Data.OrdersOrderItemCourse
New course for order item. - orderItemProduct
- Type: Resto.Front.Api.V3.EditorsIExistingOrderItemProductStub
Order item which course will be changed.
See Also