IEditSessionDeleteOrderItemIdentifierCodes Method |
Deletes multiple identifier codes from an order item by their unique IDs.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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