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