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.OpsAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic abstract decimal Total { get; }
Property Value
Decimal
See Also