AddressValidator Constructor
|
Default constructor |
CheckAddress | Check an email address to see if it is obviously bad. |
CheckAddressQuickly | Check an email address to see if it is obviously bad, using only cached information Call this method instead of CheckAddress when a real-time response is required. |
CheckCityStateZip | Checks a city/state/zip combination. This is a fast operation |
CheckCreditCard | Verifies that the checksum for the credit card is correct This is a fast operation |
CheckCreditCardWithCardType | Verifies that the checksum for the credit card is correct, and that it satisfies all the rules for the card type. This is a fast operation |
CheckPhoneNumber | Checks that a phone number is valid. In different countries, this works differently. In some countries, the list of area codes and exchanges is available, so the phone number is compared against those. In other countries, just the length and some simple rules are checked. This is a fast operation |
CheckStreetAddress | Checks a user street address. This is a fast operation |
CheckUserInformation | A method to check all of the information types at the same time |
CheckUserInformationQuickly | A method to check all of the information types at the same time. Only performs fast operations. |
GetBill | A method to get the bill for a time period for the active user |