Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The CreditCardValidatorCardType class defines value constants
for specifying the type of credit card to validate.
These values are used in the
CreditCardValidator.cardType
property.
public static const AMERICAN_EXPRESS:String = "American Express"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as American Express.
public static const DINERS_CLUB:String = "Diners Club"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as Diners Club.
public static const DISCOVER:String = "Discover"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as Discover.
public static const MASTER_CARD:String = "MasterCard"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as MasterCard.
public static const VISA:String = "Visa"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as Visa.