Click or drag to resize

IOrderAppliedDiscounts Property

The result of applying discount items from Discounts. Discount items that don't affect the order, aren't included into this collection.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<IAppliedDiscountItem> AppliedDiscounts { get; }

Property Value

Type: IReadOnlyListIAppliedDiscountItem
See Also