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.V4.Data.Kitchen
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
List<IKitchenOrderItemModifier> Modifiers { get; }

Property Value

Type: ListIKitchenOrderItemModifier
See Also