Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletUser
-
Packages that use HyperwalletUser Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletUser in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return HyperwalletUser Modifier and Type Method Description HyperwalletUserHyperwallet. createUser(HyperwalletUser user)Create a UserHyperwalletUserHyperwallet. getUser(String token)Get UserHyperwalletUserHyperwallet. updateUser(HyperwalletUser user)Update UserHyperwalletUserHyperwallet. uploadUserDocuments(String userToken, List<HyperwalletVerificationDocument> uploadData)Upload documentsMethods in com.hyperwallet.clientsdk that return types with arguments of type HyperwalletUser Modifier and Type Method Description HyperwalletList<HyperwalletUser>Hyperwallet. listUsers()List UsersHyperwalletList<HyperwalletUser>Hyperwallet. listUsers(HyperwalletUsersListPaginationOptions options)List UsersMethods in com.hyperwallet.clientsdk with parameters of type HyperwalletUser Modifier and Type Method Description HyperwalletUserHyperwallet. createUser(HyperwalletUser user)Create a UserHyperwalletUserHyperwallet. updateUser(HyperwalletUser user)Update User -
Uses of HyperwalletUser in com.hyperwallet.clientsdk.model
-