Field | Type | Description |
---|---|---|
street | String | A String value |
nr | String | A String value |
zipcode | String | A String value |
city | String | A String value |
country | Country | 2 letter ISO representation of a country (string) |
{
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
}