Click or drag to resize

IOrderDiscounts Property

Discount items that have been added to the order.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<IDiscountItem> Discounts { get; }

Property Value

IReadOnlyListIDiscountItem
See Also