AddressResponseDto
The address information of the party.
streetstringnullablerequired
The street name and number of the address.
citystringnullablerequired
The city of the address.
postalCodestringnullablerequired
The postal code of the address.
statestringnullablerequired
The state or region of the address.
countryCodestringnullablerequired
The country code of the address.
AddressResponseDto
{
"street": "string",
"city": "string",
"postalCode": "string",
"state": "string",
"countryCode": "string"
}