Address (JSON)
An address.
Properties
| Name |
Type |
Description |
|
| city |
string
|
The city. |
|
| country |
string
|
The country. |
|
| postalCode |
string
|
The postal code. |
|
| stateOrProvince |
string
|
The state or province. |
|
| street |
string
|
The street. |
|
| street2 |
string
|
Additional street information. |
|
| street3 |
string
|
Additional street information. |
|
| street4 |
string
|
Additional street information. |
|
| street5 |
string
|
Additional street information. |
|
| street6 |
string
|
Additional street information. |
|
| value |
string
|
The value of the property, if it can be expressed as a string. |
|
| Properties inherited from ExtensibleData |
| id |
string
|
A local, context-specific id for the data. |
|
Example
{
"city" : "...",
"country" : "...",
"postalCode" : "...",
"stateOrProvince" : "...",
"street" : "...",
"street2" : "...",
"street3" : "...",
"street4" : "...",
"street5" : "...",
"street6" : "...",
"value" : "...",
"id" : "..."
}