Represents ways that you can view which tax details
were used on a transaction.
Namespace: KampData.TaxEngine.API.EnumsAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
SyntaxPublic Enumeration TaxDetails
public enum class TaxDetails
Members
| Member name | Value | Description |
---|
| All | 0 |
Shows every occurance of every tax detail for all line items.
|
| Line | 1 |
Shows the tax details for the current line item.
|
| Transaction | 2 |
Shows every tax detail used in the transaction. The tax details
are shown in a summarized manner, giving only one line per detail.
|
| TaxLocation | 3 |
Shows the tax details that match those details found in the document's
ship to address's tax schedule ID.
|
| PrecedingLines | 4 |
Shows the tax details used on the line items preceding the current
line item. Used internally for Min/Max taxable rules.
|
See Also