Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 827 Bytes

ValidateStateResponse.md

File metadata and controls

13 lines (9 loc) · 827 Bytes

ValidateStateResponse

Properties

Name Type Description Notes
valid_state bool True if the address is valid, false otherwise [optional]
state_or_province string If valid; State or province corresponding to the input state name, such as 'CA' or 'California' [optional]
latitude double If the postal code is valid, the degrees latitude of the centroid of the state, null otherwise [optional]
longitude double If the postal code is valid, the degrees longitude of the centroid of the state, null otherwise [optional]

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