Click or drag to resize
TaxDetailBaseQualifier Enumeration
Represents the qualifier for a tax detail's Taxable Min and Max, as specified in Tax Detail Maintenance.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxDetailBaseQualifier
Members
  Member nameValueDescription
None0 No Qualifier Specified
UnitAmount1 Taxable Min and Max apply to each item's unit amount.
ExtendedAmount2 Taxable Min and Max apply to each line's extended amount.
InvoiceTotal3 Taxable Min and Max apply to the transaction's total amount.
See Also