Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBankCard.Type
-
Packages that use HyperwalletBankCard.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBankCard.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBankCard.Type Modifier and Type Method Description HyperwalletBankCard.TypeHyperwalletBankCard. getType()static HyperwalletBankCard.TypeHyperwalletBankCard.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletBankCard.Type[]HyperwalletBankCard.Type. 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.Type Modifier and Type Method Description voidHyperwalletBankCard. setType(HyperwalletBankCard.Type type)HyperwalletBankCardHyperwalletBankCard. type(HyperwalletBankCard.Type type)
-