Sha256: 3cf0add3dbf2b5975a58f2593ec41b6a5f8a4c2ed8e3f9b09b9cbb6bcf1d3521
Contents?: true
Size: 848 Bytes
Versions: 21
Compression:
Stored size: 848 Bytes
Contents
# CloudmersiveValidateApiClient::ValidatePostalCodeResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **valid_postal_code** | **BOOLEAN** | 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** | **Float** | If the postal code is valid, the degrees latitude of the centroid of the postal code, null otherwise | [optional] **longitude** | **Float** | If the postal code is valid, the degrees longitude of the centroid of the postal code, null otherwise | [optional]
Version data entries
21 entries across 21 versions & 1 rubygems