Deletes product order item's comment.
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 DeleteOrderItemComment( IOrderStub order, IOrderItemProductStub orderItemProduct )
Parameters
- order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order that contains product order item which comment will be changed. - orderItemProduct
- Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Product order item which comment will be changed. Product order item should not been printed.
See Also