| Class | Description |
|---|---|
| AddressValidationRequest | Base class for all address validation requests |
| AddressValidationResponse | Base class for responses from the AddressValidation service |
| AddressValidator | Address Validation web service |
| CreditCard | Contains the result of a credit card check. |
| CreditCardInput | Input parameters for a credit card check |
| EmailAddress | This class is returned to the client when they make an address request, and it does the actual validation. |
| EmailAddressInput | Input parameters for an email address verification |
| Global | Summary description for Global. |
| Phone | Contains the results of a phone number check |
| PhoneInput | Input parameters for a phone number check |
| StreetAddress | Output of a street address verification |
| StreetAddressInput | Input for verifying street addresses |
| UsageReport | The usage report for a user, with pricing info |
| UsageReportLineItem | One line item in a usage report. There is one line item for each request type, KnownBad, Inconclusive, FastOnly combination |
| UserInformation | Response to a request that verifies a bunch of information simultaneously |
| UserInformationInput | Input class for a request to verify a bunch of information simultaneously |
| Enumeration | Description |
|---|---|
| CheckOutcomeType | The result status for the check...is the info valid or invalid. |
| CheckType | The type of check that was performed |
| CreditCardProblemType | Enumeration of the types of problems we may detect with a credit card |
| CreditCardType | The type of credit card |
| EmailProblemType | The type of problem discovered when checking the email address |
| PhoneProblemType | The type of problem detected by the phone number check |
| StreetAddressProblemType | The type of problem detected by the address validator |