This object contains the result a zip to city/state inquiry.
Field | Type | Description | |
city | string | City | |
state | string | State (two letter abbreviation) | |
validZip | boolean | validZipTrue if the zip was translated successfully into a city and state. False otherwise. | |
String zip | string | Zip Code, either 5 digit or zip+4. Examples: 30041, 30041-7436 | |
String city | City | String state | State (two letter abbreviation)
See Also:
getCityState - Checkout API Method
...