Click or drag to resize

IKitchenOrderItemProductModifiers Property

Gets product modifiers. This collection is kitchen equivalent of simple and group child modifiers of the source product.

Namespace:  Resto.Front.Api.V5.Data.Kitchen
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IReadOnlyList<IKitchenOrderItemModifier> Modifiers { get; }

Property Value

Type: IReadOnlyListIKitchenOrderItemModifier
See Also