Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.CreditCards Namespace : CardType Enumeration |
public enum CardType : System.Enum
'Declaration
Public Enum CardType Inherits System.Enum
typedef NS_ENUM(NSInteger, LTCardType)
public enum CardType
Value | Member | Description |
---|---|---|
0 | Unknown | Unknown credit card type. |
1 | InsufficientDigits | More digits are required in order to determine the card type. For example, if the only digit known is a 3, it cannot be determined whether it is a JCB (which starts with 35) or AmEx (which starts with 34 or 37) card type. |
2 | AmericanExpress | American Express cards start with 34 or 37. |
3 | DinersClub | Diners Club credit cards. |
4 | Discover | Discover credit cards start with 6x for some values of x. |
5 | JCB | JCB (see http://www.jcbusa.com/) cards start with 35. |
6 | MasterCard | MasterCard credit cards start with 51-55. |
7 | Visa | Visa credit cards start with 4. |
8 | Maestro | Maestro credit card. |
System.Object
System.ValueType
System.Enum
Leadtools.CreditCards.CardType