AddressInfo
Standardized representation of a postal address. The object supports international formats while enforcing consistent field lengths and validation rules. - `countryCode` must follow the ISO 3166-1 alpha-2 standard (e.g., `"DK"`). - `postalCode` and `city` capture the locality information. - `line1` is required for meaningful addresses; `line2` and `line3` are optional extensions and should only be used if the address naturally contains multiple lines, always in order (line1 → line2 → line3). - All fields are nullable, allowing partial addresses where only some information is known.
ISO 3166-1 alpha-2 country code
2 <= length <= 2"DK"The local postal code of the address
1 <= length <= 16"1400"The city
1 <= length <= 50"København"The first address line. Most address only has a singular line.
1 <= length <= 50"Torvegade 45"Second address line. Only use if address contains multiple lines. Always start with line1.
1 <= length <= 50"2. th."Third address line. Only use if address contains multiple lines. Always start with line1 and line2.
1 <= length <= 50"Christianshavn"