Enumeration of the types of problems we may detect with a credit card
| Member Name | Description |
|---|---|
| NoProblem | There isn't a problem |
| CardNumberIsBlank | The card number is blank |
| WrongCardType | The type of card doesn't match the number |
| WrongLength | The card number is the wrong length for the card type |
| BadCheckSum | The check sum is wrong |
| CardNumberTooShort | The card number is too short for any card type |
| UnsupportedCardType | The card type is not one of the types we support |
Namespace: AddressValidation
Assembly: AddressValidation (in AddressValidation.dll)