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.V9 (in Resto.Front.Api.V9.dll)
SyntaxIReadOnlyDictionary<Guid, decimal> DiscountSumByOrderItemId { get; }Property Value
Type:
IReadOnlyDictionaryGuid,
Decimal
See Also