Click or drag to resize

DetailTaxDataTotal Property

this convenience method adds up all of the per-rate totals if you need the total tax rate for this menu item use this property as it is much faster than iterating through the data yourself

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public abstract decimal Total { get; }

Property Value

Type: Decimal
See Also