Skip to main content

DeliveryAddressDto

The delivery address information.

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.

DeliveryAddressDto
{
"street": "string",
"city": "string",
"postalCode": "string",
"state": "string",
"countryCode": "string"
}