Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferMethod.Type
-
Packages that use HyperwalletTransferMethod.Type Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferMethod.Type in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletTransferMethod.Type Modifier and Type Method Description HyperwalletTransferMethodConfigurationHyperwallet. getTransferMethodConfiguration(String userToken, String country, String currency, HyperwalletTransferMethod.Type type, HyperwalletUser.ProfileType profileType)Get Transfer Method Configuration -
Uses of HyperwalletTransferMethod.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferMethod.Type Modifier and Type Method Description HyperwalletTransferMethod.TypeHyperwalletTransferMethod. getType()HyperwalletTransferMethod.TypeHyperwalletTransferMethodConfiguration. getType()HyperwalletTransferMethod.TypeHyperwalletTransferMethodListOptions. getType()static HyperwalletTransferMethod.TypeHyperwalletTransferMethod.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletTransferMethod.Type[]HyperwalletTransferMethod.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 HyperwalletTransferMethod.Type Modifier and Type Method Description voidHyperwalletTransferMethod. setType(HyperwalletTransferMethod.Type type)HyperwalletTransferMethodConfigurationHyperwalletTransferMethodConfiguration. setType(HyperwalletTransferMethod.Type type)voidHyperwalletTransferMethodListOptions. setType(HyperwalletTransferMethod.Type type)HyperwalletTransferMethodHyperwalletTransferMethod. type(HyperwalletTransferMethod.Type type)HyperwalletTransferMethodListOptionsHyperwalletTransferMethodListOptions. type(HyperwalletTransferMethod.Type type)
-