Address
The Address snapshot represents an address.
Address
{
string FirstName,
string LastName,
string CompanyName,
string Street,
string Street2,
string City,
string Zip,
string State,
string Country,
string Phone,
string Phone2,
string Fax,
string Url,
string Email,
string Other
}Members
- FirstName
- First name associated with this address. This is typically the first name of the user.
- LastName
- Last name associated with this address. This is typically the last name of the user.
- CompanyName
- Company name associated with this address
- Street
- First line of the street address
- Street2
- Second line of the street address
- City
- City of the address
- Zip
- Zip code or postal code
- State
- State, province or region of the address. Note that for USA and Canada, this field may be returned as @<iso-3166-1-code>-<2-letter-code>. For example, @US-CA corresponds to California in the United States and @CA-BC corresponds to British Columbia in Canada
- Country
- Country of the address. This field is always returned as @<iso-3166-1-code>. For example, @US is returned for the United States and @CA is returned for Canada
- Phone
- Primary (daytime) phone
- Phone2
- Secondary (evening) phone
- Fax
- Fax number
- Url
- User's personal Web address
- Email
- E-mail address associated with this address
- Other
- Any additional address information