iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Data.Kitchen
IKitchenOrderProductItem Interface
IKitchenOrderProductItem Properties
Amount Property
FoodValue Property
Modifiers Property
Product Property
ZeroAmountModifiersData Property
IKitchenOrderProductItem
.
Modifiers Property
Gets product modifiers. This collection is kitchen equivalent of simple and group child modifiers of the source product.
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
IReadOnlyList
<
IKitchenOrderModifierItem
>
Modifiers
{
get
; }
Property Value
Type:
IReadOnlyList
<
IKitchenOrderModifierItem
>
See Also
Reference
IKitchenOrderProductItem Interface
Resto.Front.Api.Data.Kitchen Namespace