Address Structure |
Namespace: KampData.TaxEngine.API
The Address type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo |
CompareTo
|
![]() | Equals |
Checks to see if the address is equal to another address.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for the Address struct.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
ToString converter
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() | City |
Get or set the city.
|
![]() | Description |
Returns the address in the following format:
City, State.
|
![]() | DescriptionWithZip |
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).
|
![]() | DescriptionWithZipAndCountryCode |
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.
|
![]() | OutsideCityLimits |
Get or set the inside/outside of city limits.
|
![]() | State |
Get or set the state.
|
![]() | Zip |
Gets or sets the ZIP or postal code.
|