Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPrepaidCard.CardType
-
Packages that use HyperwalletPrepaidCard.CardType Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPrepaidCard.CardType in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPrepaidCard.CardType Modifier and Type Method Description HyperwalletPrepaidCard.CardTypeHyperwalletPrepaidCard. getCardType()static HyperwalletPrepaidCard.CardTypeHyperwalletPrepaidCard.CardType. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletPrepaidCard.CardType[]HyperwalletPrepaidCard.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 HyperwalletPrepaidCard.CardType Modifier and Type Method Description HyperwalletPrepaidCardHyperwalletPrepaidCard. cardType(HyperwalletPrepaidCard.CardType cardType)voidHyperwalletPrepaidCard. setCardType(HyperwalletPrepaidCard.CardType cardType)
-