Click or drag to resize

ISelectiveDiscountItemSettingsCompoundItemComponents Property

Compound item components to which the discount item is applied selectively.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyCollection<IOrderCompoundItemComponent> CompoundItemComponents { get; }

Property Value

Type: IReadOnlyCollectionIOrderCompoundItemComponent
See Also