IOperationServiceGetGroupModifiers Method |
Returns group modifiers of the specified product.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReadOnlyList<IGroupModifier> GetGroupModifiers(
IProduct product,
IPriceCategory priceCategory
)
Parameters
- product IProduct
-
Product to get modifiers for.
- priceCategory IPriceCategory
-
Price category to check menu inclusion according to.
Return Value
IReadOnlyListIGroupModifier
See Also