Address of the organization.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
streetAndNumber |
JsonNullable<String> | ➖ | The street name and house number of the organization. | Main Street 123 |
postalCode |
JsonNullable<String> | ➖ | The postal code of the organization. Required if a street address is provided and if the country has a postal code system. |
1234AB |
city |
JsonNullable<String> | ➖ | The city of the organization. Required if a street address is provided. | Amsterdam |
country |
String | ✔️ | The country of the address in ISO 3166-1 alpha-2 format. |
NL |