Contains the address information for an organization or a person.
Inheritance Hierarchy
PASI.DataContract.V2009Address
Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The Address type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Address |
Properties
Name | Description | |
---|---|---|
AddressType | (Required)
Address Type
| |
City |
City. Maximum 60 characters.
| |
Country | (Required)
The country code. Maximum 60 characters.
| |
EffectiveDate | (Required)
The date the address became effective.
| |
ExpiryDate |
The date the address expires.
| |
PostalCode |
The postal or zip code. Maximum 15 characters.
| |
RefId | (Required)
The unique identifier for this address.
| |
StateProvince |
The state or province code. Maximum 20 characters.
| |
Street | (Required)
The street address. Maximum 140 characters.
|
See Also