Click or drag to resize

IEditSession.DeletePrintedOrderItemProduct Method

Deletes order item that is already printed. User must have rights to edit orders.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void DeletePrintedOrderItemProduct(
	string comment,
	WriteoffOptions writeoffOptions,
	IOrderStub order,
	IOrderItemProductStub orderItemProduct
)

Parameters

comment
Type: System.String
Comment to the charge-off. Max length - 255 chars.
writeoffOptions
Type: Resto.Front.Api.V4.Data.Orders.WriteoffOptions
Object that describes how item should be removed and charged-off.
order
Type: Resto.Front.Api.V4.Editors.Stubs.IOrderStub
Order that contains the item to be removed.
orderItemProduct
Type: Resto.Front.Api.V4.Editors.Stubs.IOrderItemProductStub
Order item to be removed. Item must be printed.
See Also