Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.05 KB

ValidateCityRequest.md

File metadata and controls

13 lines (9 loc) · 1.05 KB

ValidateCityRequest

Properties

Name Type Description Notes
city string Required: City of the address to validate, such as 'San Francisco' or 'London' [optional]
state_or_province string Required: State or province of the address to validate, such as 'California' or 'CA' [optional]
country_full_name string Optional (recommended); Name of the country, such as 'United States'. If left blank, and CountryCode is also left blank, will default to United States. Global countries are supported. [optional]
country_code string Optional; two-letter country code (Two-letter ISO 3166-1 country code) of the country. If left blank, and CountryFullName is also left blank, will default to United States. Global countries are supported. [optional]

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