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: 19.8
Syntax
C#
public abstract decimal Total { get; }

Property Value

Decimal
See Also