OrderItemProductExtensions Class | 
Namespace: Resto.Front.Api.V4.Data.Orders
public static class OrderItemProductExtensions
The OrderItemProductExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAssignedModifier | 
            Returns assignedModifier by id from the specified orderItemProduct.
              | |
| GetAssignedModifiers | 
            Returns assignedModifiers of the specified orderItemProduct.
              | |
| TryGetAssignedModifier | 
            Returns assignedModifier by id from the specified orderItemProduct or null if orderItemProduct doesn't exist or doesn't contain assignedModifier with that id.
              | |
| TryGetAssignedModifiers | 
            Returns assignedModifiers of the specified orderItemProduct or null if orderItemProduct doesn't exist.
              |