Click or drag to resize

IAppliedDiscountItemDiscountSumByOrderItemId Property

Discount sums given by the discount item for each order item (products, compounds, services and modifiers). Absence of some order item's id means zero discount for that item.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyDictionary<Guid, decimal> DiscountSumByOrderItemId { get; }

Property Value

Type: IReadOnlyDictionaryGuid, Decimal
See Also