Click or drag to resize
Address Structure
Contains the tax location address information.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public struct Address : IComparable

The Address type exposes the following members.

Methods
Properties
  NameDescription
Public propertyCity
Get or set the city.
Public propertyDescription
Returns the address in the following format: City, State.
Public propertyDescriptionWithZip
Returns the address in the following format: City [County] State Zip (when the county is not blank). City, State Zip (when the county is blank).
Public propertyDescriptionWithZipAndCountryCode
Returns the address the same as the DescriptionWithZip property except that if the CountryCode is not blank, it will be appended to the end of the address.
Public propertyOutsideCityLimits
Get or set the inside/outside of city limits.
Public propertyState
Get or set the state.
Public propertyZip
Gets or sets the ZIP or postal code.
Top
See Also