Click or drag to resize

IOperationService.GetSimpleModifiers Method

Returns simple modifiers of the specified product.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<ISimpleModifier> GetSimpleModifiers(
	IProduct product,
	IPriceCategory priceCategory
)

Parameters

product
Type: Resto.Front.Api.Data.Assortment.IProduct
Product to get modifiers for.
priceCategory
Type: Resto.Front.Api.Data.Orders.IPriceCategory
Price category to check menu inclusion according to.

Return Value

Type: IReadOnlyList<ISimpleModifier>
See Also