Click or drag to resize

IEditSessionChangeOrderItemProductCourse Method

Changes the course of the order item.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void ChangeOrderItemProductCourse(
	OrderItemCourse course,
	IExistingOrderItemProductStub orderItemProduct
)

Parameters

course
Type: Resto.Front.Api.V4.Data.OrdersOrderItemCourse
New course for order item.
orderItemProduct
Type: Resto.Front.Api.V4.Editors.StubsIExistingOrderItemProductStub
Order item which course will be changed.
See Also