object

DeliveryAddress

An object containing the delivery address details.
Fields
address
String
The full address. For example, `address` can be set to '123 Main Street, Downtown, Surat'.
address1
String
The primary line of the address. For example, `address1` can be set to '123 Main Street, Downtown'.
address2
String
The secondary line of the address. For example, `address2` can be set to '123 MG Road'.
address_category
String
The category of the address. For example, `address_category` can be set to '123 MG Road'.
address_type
String
The type of address. For example, `address_type` can be set to '123 MG Road'.
area
String
The area or locality. For example, `area` can be set to 'Fynd apartments'.
city
String
The city of the address. For example, `city` can be set to 'Panjim'.
contact_person
String
The name of the contact person. For example, `contact_person` can be set to 'value'.
country
String
The country of the address. For example, `country` can be set to 'India'.
country_iso_code
String
The ISO code for the country. For example, `country_iso_code` can be set to 'sample_code'.
country_phone_code
String
The country phone code. For example, `country_phone_code` can be set to '+919876543210'.
created_at
String
The date and time when the address was created. For example, `created_at` can be set to 'value'.
email
String
The email address. For example, `email` can be set to 'user@example.com'.
landmark
String
A nearby landmark. For example, `landmark` can be set to 'value'.
latitude
Float
The latitude coordinate. For example, `latitude` can be set to 99.99.
longitude
Float
The longitude coordinate. For example, `longitude` can be set to 99.99.
name
String
The name of the person associated with the address. For example, `name` can be set to 'John Doe'.
phone
String
The phone number of the person associated with the address. For example, `phone` can be set to '9876543210'.
pincode
String
The postal code of the address. For example, `pincode` can be set to '403521'.
state
String
The state of the address. For example, `state` can be set to 'Goa'.
updated_at
String
The date and time when the address was last updated. For example, `updated_at` can be set to '2023-01-14T06:17:37Z'.
version
String
The version of the address format. For example, `version` can be set to 'value'.
display_address
String
The formatted display address, typically used for printing or displaying in user interfaces. For example, `display_address` can be set to '123 Main Street, Downtown, Panjim, Goa 403521'.