Returns assignedModifier by id from the specified orderItemProduct or null if orderItemProduct doesn't exist or doesn't contain assignedModifier with that id.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
IOrderItemModifier TryGetAssignedModifierByOrderItemProduct( IOrderItemProduct orderItemProduct, Guid id )
Parameters
- orderItemProduct
- Type: Resto.Front.Api.V3.Data.OrdersIOrderItemProduct
- id
- Type: SystemGuid
Return Value
Type: IOrderItemModifierSee Also