Click or drag to resize

IAppliedDiscountItemIsRounding Property

Indicates that the discount was used to round off the order sum. Depending on the settings, rounding can be performed up or down for individual items as well as for the entire order.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
bool IsRounding { get; }

Property Value

Type: Boolean
See Also