Postal Addresses
An array of the object Postal Address.
{
"postalAddresses" :
[
{
"postalAddress" :
{
"@type" : "PostalAddress",
"address1" : "String",
"address2" : "String",
"city" : "String",
"countryCodeAlpha3" : "String",
"postalCode" : "String",
"primary" : "String",
"stateTerritoryProvince" :
{
"@type" : "StateTerritoryProvince",
"name" : "String",
"stateCode" : "String"
}
}
}
]
}