Uses of Class
dev.vality.fistful.base.CardType
| Package | Description |
|---|---|
| dev.vality.fistful.base |
-
Uses of CardType in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as CardType Modifier and Type Field Description CardTypeBankCard. card_typeMethods in dev.vality.fistful.base that return CardType Modifier and Type Method Description static CardTypeCardType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CardTypeBankCard. getCardType()static CardTypeCardType. valueOf(String name)Returns the enum constant of this type with the specified name.static CardType[]CardType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.base with parameters of type CardType Modifier and Type Method Description BankCardBankCard. setCardType(CardType card_type)