| name | data type | description |
|---|---|---|
| postalCity | string | |
| postalStreet | string | |
| postalState | string | |
| physicalStreet | string | |
| physicalState | string | |
| postalZipCode | string | |
| physicalZipCode | string | |
| postalCountry | string | |
| physicalCity | string | |
| physicalCountry | string |
Example
{
"postalCity" : "...",
"postalStreet" : "...",
"postalState" : "...",
"physicalStreet" : "...",
"physicalState" : "...",
"postalZipCode" : "...",
"physicalZipCode" : "...",
"postalCountry" : "...",
"physicalCity" : "...",
"physicalCountry" : "..."
}