套件 | mx.validators |
類別 | public final class CreditCardValidatorCardType |
繼承 | CreditCardValidatorCardType ![]() |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
CreditCardValidator.cardType
property.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
AMERICAN_EXPRESS : String = "American Express" [靜態]
Specifies the card type as American Express. | CreditCardValidatorCardType | ||
DINERS_CLUB : String = "Diners Club" [靜態]
Specifies the card type as Diners Club. | CreditCardValidatorCardType | ||
DISCOVER : String = "Discover" [靜態]
Specifies the card type as Discover. | CreditCardValidatorCardType | ||
MASTER_CARD : String = "MasterCard" [靜態]
Specifies the card type as MasterCard. | CreditCardValidatorCardType | ||
VISA : String = "Visa" [靜態]
Specifies the card type as Visa. | CreditCardValidatorCardType |
常數詳細資訊
AMERICAN_EXPRESS | 常數 |
public static const AMERICAN_EXPRESS:String = "American Express"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies the card type as American Express.
DINERS_CLUB | 常數 |
public static const DINERS_CLUB:String = "Diners Club"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies the card type as Diners Club.
DISCOVER | 常數 |
public static const DISCOVER:String = "Discover"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies the card type as Discover.
MASTER_CARD | 常數 |
public static const MASTER_CARD:String = "MasterCard"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies the card type as MasterCard.
VISA | 常數 |
public static const VISA:String = "Visa"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies the card type as Visa.
Tue Jun 12 2018, 03:47 PM Z