Click or drag to resize
TaxDetails Enumeration
Represents ways that you can view which tax details were used on a transaction.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxDetails
Members
  Member nameValueDescription
All0 Shows every occurance of every tax detail for all line items.
Line1 Shows the tax details for the current line item.
Transaction2 Shows every tax detail used in the transaction. The tax details are shown in a summarized manner, giving only one line per detail.
TaxLocation3 Shows the tax details that match those details found in the document's ship to address's tax schedule ID.
PrecedingLines4 Shows the tax details used on the line items preceding the current line item. Used internally for Min/Max taxable rules.
See Also