OfficeAddress
country object
codestring
descriptionstring
hamletstring
province object
codestring
descriptionstring
region object
codestring
descriptionstring
streetNamestring
townstring
zipCodestring
OfficeAddress
{
"country": {
"code": "string",
"description": "string"
},
"hamlet": "string",
"province": {
"code": "string",
"description": "string"
},
"region": {
"code": "string",
"description": "string"
},
"streetName": "string",
"town": "string",
"zipCode": "string"
}