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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<IDiscountItem> Discounts { get; }

Property Value

IReadOnlyListIDiscountItem
See Also