Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferMethodConfiguration
-
Packages that use HyperwalletTransferMethodConfiguration Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferMethodConfiguration in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return HyperwalletTransferMethodConfiguration Modifier and Type Method Description HyperwalletTransferMethodConfigurationHyperwallet. getTransferMethodConfiguration(String userToken, String country, String currency, HyperwalletTransferMethod.Type type, HyperwalletUser.ProfileType profileType)Get Transfer Method ConfigurationMethods in com.hyperwallet.clientsdk that return types with arguments of type HyperwalletTransferMethodConfiguration Modifier and Type Method Description HyperwalletList<HyperwalletTransferMethodConfiguration>Hyperwallet. listTransferMethodConfigurations(String userToken)List all Transfer Method Configuration associated with UserHyperwalletList<HyperwalletTransferMethodConfiguration>Hyperwallet. listTransferMethodConfigurations(String userToken, HyperwalletPaginationOptions options)List all Transfer Method Configuration associated with User -
Uses of HyperwalletTransferMethodConfiguration in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferMethodConfiguration Modifier and Type Method Description HyperwalletTransferMethodConfigurationHyperwalletTransferMethodConfiguration. setCountries(List<String> countries)HyperwalletTransferMethodConfigurationHyperwalletTransferMethodConfiguration. setCurrencies(List<String> currencies)HyperwalletTransferMethodConfigurationHyperwalletTransferMethodConfiguration. setFields(List<HyperwalletTransferMethodConfiguration.Field> fields)HyperwalletTransferMethodConfigurationHyperwalletTransferMethodConfiguration. setProfileType(HyperwalletUser.ProfileType profileType)HyperwalletTransferMethodConfigurationHyperwalletTransferMethodConfiguration. setType(HyperwalletTransferMethod.Type type)
-