Click or drag to resize
TaxDetailRounding Enumeration
Represents how tax calculations will be rounded, as specified in Tax Detail Maintenance.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxDetailRounding
Members
  Member nameValueDescription
UpToNextDecimal1 Rounds numbers to the next currency decimal digit.
ToNearestDecimal2 Rounds numbers to the nearest currency decimal digit.
DownToPreviousDecimal3 Rounds numbers down to the previous whole digit.
UpToNextWhole4 Rounds numbers up to the next whole digit.
ToNearestWhole5 Rounds numbers to the nearest whole digit.
DownToPreviousWhole6 Round numbers down to the previous whole digit.
See Also