The type of problem detected by the address validator
| Member Name | Description |
|---|---|
| NoProblem | No problem. It is fine as far as we can tell |
| MissingZip | The address doesn't have a zip code |
| MissingCity | The address doesn't have a city |
| MissingState | The address doesn't have a state |
| ZipDoesNotMatchCityState | The zip supplied doesn't correspond to the city/state supplied. |
Namespace: AddressValidation
Assembly: AddressValidation (in AddressValidation.dll)