Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

StreetAddress.md

File metadata and controls

17 lines (14 loc) · 1.15 KB

# StreetAddress

Properties

Name Type Description Notes
street_address_id string Unique ID for the street address [optional] [readonly]
kind string Describes the type of address; valid values are home, work, or other.
street string Number and street of the address. [optional]
city string The name of the city where the contact lives. [optional]
state string The name of the state or province where the contact lives. [optional]
postal_code string The zip or postal code of the contact. [optional]
country string The name of the country where the contact lives. [optional]
created_at \DateTime Date and time that the street address was created, in ISO-8601 format. System generated. [optional] [readonly]
updated_at \DateTime Date and time that the street address was last updated, in ISO-8601 format. System generated. [optional] [readonly]

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