AddressDto

A DTO class representing the Address exactly the way it is in the table.

NameDescriptionTypeRequired?Additional information
addressLine1

Address line 1

string

No

String length: between 1 and 128, inclusive

addressLine2

Address line 2

string

No

String length: between 1 and 128, inclusive

addressLine3

Address line 3

string

No

String length: between 1 and 128, inclusive

city

City

string

No

String length: between 1 and 64, inclusive

administrativeArea

Administrative area

string

No

String length: between 1 and 50, inclusive

postalCode

Zip code

string

No

String length: between 1 and 16, inclusive

country

Country

string

No

String length: between 1 and 64, inclusive