Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBankCard.CardType
-
Packages that use HyperwalletBankCard.CardType Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBankCard.CardType in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBankCard.CardType Modifier and Type Method Description HyperwalletBankCard.CardTypeHyperwalletBankCard. getCardType()static HyperwalletBankCard.CardTypeHyperwalletBankCard.CardType. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletBankCard.CardType[]HyperwalletBankCard.CardType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletBankCard.CardType Modifier and Type Method Description HyperwalletBankCardHyperwalletBankCard. cardType(HyperwalletBankCard.CardType cardType)voidHyperwalletBankCard. setCardType(HyperwalletBankCard.CardType cardType)
-