Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.04 KB

Address.md

File metadata and controls

14 lines (10 loc) · 1.04 KB

Address

Properties

Name Type Description Notes
address_line string The candidate's residential street address, such as "123 Main Street" [optional]
country_code string the two-letter ISO short code for the country of the address, such as "US" [optional]
municipality string the city or town of the address [optional]
postal_code string the 5 or 9 digit zip code for the address, wth no dashes for US addresses. [optional]
region_code string the ISO 3166-2 region, such as a US state, where the candidate lives. In the US, this is the combination of "US", a dash, and the state or territory's two-letter postal code. For example, Texas is "US-TX" and Puerto Rico is "US-PR" [optional]

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