Click or drag to resize
PortalLineJurisdictionID Property
Gets or sets the LineJurisdictionID. This is based on the tax detail geocode(s). If the line includes city level tax details, the LineJurisdictionID will be 10 characters long. If there are no city tax details but there are county tax details, the LineJurisdictionID will be 5 characters long. If there are only state tax details, the LineJurisdictionID will be 2 characters long. If the tax details include multiple cities, counties and/or states, the LineJurisdictionID will be set to "MIXED".

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public string LineJurisdictionID { get; set; }

Property Value

Type: String
See Also