Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.3 KB

ValidateAddressRequest.md

File metadata and controls

15 lines (11 loc) · 1.3 KB

ValidateAddressRequest

Properties

Name Type Description Notes
street_address string Required; Street address to validate, such as '2950 Buskirk Ave.' [optional]
city string Required; City part of the addrerss to validate, such as 'Walnut Creek' [optional]
state_or_province string Required; State or province of the address to validate, such as 'CA' or 'California' [optional]
postal_code string Optional (recommended); Zip code or postal code of the address to validate, such as '94597' [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]