Click or drag to resize

IikoCardDiscountDiscounts Property

Discounts grouped by order item.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public IReadOnlyCollection<DiscountForOrderItem> Discounts { get; set; }

Property Value

Type: IReadOnlyCollectionDiscountForOrderItem
See Also