Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 979 Bytes

ValidatePostalCodeResponse.md

File metadata and controls

14 lines (10 loc) · 979 Bytes

ValidatePostalCodeResponse

Properties

Name Type Description Notes
valid_postal_code bool True if the Postal Code is valid, false otherwise [optional]
city string If valid, City corresponding to the input postal code, such as 'Walnut Creek' [optional]
state_or_province string If valid; State or province corresponding to the input postal code, such as 'CA' or 'California' [optional]
latitude double If the postal code is valid, the degrees latitude of the centroid of the postal code, null otherwise [optional]
longitude double If the postal code is valid, the degrees longitude of the centroid of the postal code, null otherwise [optional]

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