Addressdetails
Represents an address.
citystring
The city for this address.
countrystring
The country that is part of the address.
line1string
The first line of the address.
line2string
The second line of the address.
postcodestring
The post code that is part of the address.
regionstring
The region that is part of the address.
Addressdetails
{
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postcode": "string",
"region": "string"
}