IOperationServiceGetComboItemIncludedInMenu Method |
Returns whether the product is included in the combo menu for the given combo group and combo size. Returns null if the combo price list has no entry for this combination (no price list entry).
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxbool? GetComboItemIncludedInMenu(
IProduct product,
IProductSize productSize,
Guid comboGroupId,
IProductSize comboSize,
IPriceCategory priceCategory,
DateTime pricingTime
)
Parameters
- product IProduct
-
Product to get combo menu inclusion for.
- productSize IProductSize
-
Product size to get combo menu inclusion for or null.
- comboGroupId Guid
-
Identifier of the combo step (group) this product belongs to.
- comboSize IProductSize
-
Combo size to check or null.
- priceCategory IPriceCategory
-
Price category or null for default.
- pricingTime DateTime
-
Time for which calculated menu inclusion.
Return Value
NullableBoolean
See Also