IEditSessionDeletePrintedOrderItemModifier Method iikoFront Api V3 Documentation
Deletes order item modifier that is already printed. User must have rights to edit orders.

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 DeletePrintedOrderItemModifier(
	string comment,
	IRemovalType removalType,
	IOrderStub order,
	IOrderItemProductStub orderItemProduct,
	IOrderItemModifierStub orderItemModifier
)

Parameters

comment
Type: SystemString
Comment to the charge-off. Max length - 255 chars.
removalType
Type: Resto.Front.Api.V3.Data.OrdersIRemovalType
Object that describes how item should be charged-off.
order
Type: Resto.Front.Api.V3.EditorsIOrderStub
Order that contains the item to be removed. Item must not be printed.
orderItemProduct
Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Order item that contains the modifier to be removed.Item must be printed.
orderItemModifier
Type: Resto.Front.Api.V3.EditorsIOrderItemModifierStub
Order item modifier to be removed. Modifier must be printed.
See Also

Reference