Package | mx.validators |
Class | public final class CreditCardValidatorCardType |
Inheritance | CreditCardValidatorCardType Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
CreditCardValidator.cardType
property.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
AMERICAN_EXPRESS : String = "American Express" [static]
Specifies the card type as American Express. | CreditCardValidatorCardType | ||
DINERS_CLUB : String = "Diners Club" [static]
Specifies the card type as Diners Club. | CreditCardValidatorCardType | ||
DISCOVER : String = "Discover" [static]
Specifies the card type as Discover. | CreditCardValidatorCardType | ||
MASTER_CARD : String = "MasterCard" [static]
Specifies the card type as MasterCard. | CreditCardValidatorCardType | ||
VISA : String = "Visa" [static]
Specifies the card type as Visa. | CreditCardValidatorCardType |
Constant Detail
AMERICAN_EXPRESS | Constant |
public static const AMERICAN_EXPRESS:String = "American Express"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as American Express.
DINERS_CLUB | Constant |
public static const DINERS_CLUB:String = "Diners Club"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as Diners Club.
DISCOVER | Constant |
public static const DISCOVER:String = "Discover"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as Discover.
MASTER_CARD | Constant |
public static const MASTER_CARD:String = "MasterCard"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as MasterCard.
VISA | Constant |
public static const VISA:String = "Visa"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies the card type as Visa.
Mon Nov 28 2011, 06:48 AM -08:00