Click or drag to resize

IOrderCompoundItemComponentModifiers Property

Assigned modifiers of the current component.

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

Property Value

Type: IReadOnlyListIOrderModifierItem
See Also