Click or drag to resize
PortalLineZip Property
Gets or sets the tax location ZIP code for the current line.

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

Property Value

Type: String
Exceptions
ExceptionCondition
AddressException Thrown if the zip (postal code) is in a supported format but not found in the DZ Zip Address table.
See Also