Click or drag to resize
PortalDocTaxDetails Method
An ArrayList of the current document's tax details. The list is available in various forms as specified in the detailLevel. Available choices are as follows: Detail = Each tax detail in the document will be included. LineItem = Each tax detail in the current line will be included. Order = A summary of the tax details for the document (If multiple lines include the same detail, then they will be combined into a single detail). ShipTo = A summary of the tax details for the destination geocode (If multiple lines include the same detail, then they will be combined into a single detail). Prior = For KampData TaxEngine internal use only.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public ArrayList DocTaxDetails(
	TaxDetails detailLevel
)

Parameters

detailLevel
Type: KampData.TaxEngine.API.EnumsTaxDetails
Detail Level

Return Value

Type: ArrayList
ArrayList of KampData.TaxEngine.TrxTaxDetail objects
See Also