Skip to main content

AddressDto

Address DTO model.

addressstringnullable

Address

Example: Fiskerivej 12
citystringnullable

City name.

Example: Aarhus
zipCodestringnullable

Postal / ZIP code.

Example: 8000
countryCodestringnullable

3-letter ISO 3166 country code.

Example: DNK
AddressDto
{
"address": "Fiskerivej 12",
"city": "Aarhus",
"zipCode": 8000,
"countryCode": "DNK"
}