Skip to Content

DeliveryAddressResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the delivery address.[default to null]
nameStringName of the delivery address.[default to null]
addressStringFull text address of the delivery location.[default to null]
latitudeDoubleLatitude coordinate of the delivery address.[default to null]
longitudeDoubleLongitude coordinate of the delivery address.[default to null]
is_defaultBooleanWhether this is the user’s default delivery address.[default to null]
can_deliverBooleanWhether delivery is available to this address (for specific vendor(s)).[optional] [default to null]
cityCityResponseCity information.[optional] [default to null]
stateLocationStateResponseState information.[optional] [default to null]
countryCountryResponseCountry information.[optional] [default to null]
distanceDoubleDistance from user’s current location in kilometers.[optional] [default to null]
descriptionStringAdditional delivery instructions or description.[optional] [default to null]
address_typeAddressTypeType of address (home, work, other).[optional] [default to null]
phoneStringContact phone number for delivery.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]