Click or drag to resize

ISelectiveDiscountItemSettings Interface

Order items to which the discount item is applied selectively.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface ISelectiveDiscountItemSettings

The ISelectiveDiscountItemSettings type exposes the following members.

Properties
  NameDescription
Public propertyCompoundItemComponents
Compound item components to which the discount item is applied selectively.
Public propertyModifiers
Order item modifiers to which the discount item is applied selectively.
Public propertyProducts
Order item products to which the discount item is applied selectively.
Top
See Also