Click or drag to resize

IEditSessionDeleteOrderItemComment Method

Deletes product order item's comment.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void DeleteOrderItemComment(
	IOrderStub order,
	IOrderItemProductStub orderItemProduct
)

Parameters

order
Type: Resto.Front.Api.V4.Editors.StubsIOrderStub
Order that contains product order item which comment will be changed.
orderItemProduct
Type: Resto.Front.Api.V4.Editors.StubsIOrderItemProductStub
Product order item which comment will be changed. Product order item should not been printed.
See Also