Click or drag to resize

IikoCardDiscountDiscounts Property

Discounts grouped by order item.

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

Property Value

IReadOnlyCollectionDiscountForOrderItem
See Also