The Address
model represents a standardized format for user addresses, encapsulating key details such as street, city, state, postal code, and country. This model ensures accurate and consistent address data across your application.
The Address
model represents a standardized format for user addresses, encapsulating key details such as street, city, state, postal code, and country. This model ensures accurate and consistent address data across your application.
The type of address.
First line of the street address.
Second line of the street address.
Third line of the street address.
The location's city, town, or village.
The state or region of the location, such as a province, state, or prefecture.
The postal code of the location (also known as zip code, postcode, Eircode, etc.).
The address country/region in ISO 3166-1 alpha-3 format. API will automatically convert input to uppercase.
The name of the company associated to the address.
The first name of the person associated to the address.
The last name of the person associated to the address.
The email address of the person associated to the address.
The phone number of the person associated to the address.
preparing...