Click or drag to resize

IEditSessionDeleteOrderItemIdentifierCodes Method

Deletes multiple identifier codes from an order item by their unique IDs.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void DeleteOrderItemIdentifierCodes(
	List<Guid> identifierCodeIds,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

identifierCodeIds  ListGuid
Identifier code IDs to delete.
order  IOrderStub
Order that contains the product item.
orderItem  IOrderProductItemStub
Order item from which identifier codes will be deleted.
See Also