Click or drag to resize

IOrderPaymentDiscounts Property

The result of applying payment items from Payments processed or fiscalized as discounts.

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

Property Value

Type: IReadOnlyListIAppliedDiscountItem
See Also