Click or drag to resize
TaxDetailRangeType Enumeration
Represents what to include when using a tax detail with Min and Max Taxable amounts, as specified in Tax Detail Maintenance.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxDetailRangeType
Members
  Member nameValueDescription
FullAmount1 Calculate tax on the full amount of the sale or purchase up to the maximum taxable amount.
AmountWithinRange2 Calculate tax only on the amount within the minimum and maximum taxable amount range.
See Also