Click or drag to resize

IOperationServiceGetAssignedModifierByOrderItemProduct Method

Returns assignedModifier by id from the specified orderItemProduct.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IOrderItemModifier GetAssignedModifierByOrderItemProduct(
	IOrderItemProduct orderItemProduct,
	Guid id
)

Parameters

orderItemProduct
Type: Resto.Front.Api.V4.Data.OrdersIOrderItemProduct
id
Type: SystemGuid

Return Value

Type: IOrderItemModifier
See Also