Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletAccount
-
Packages that use HyperwalletAccount Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletAccount in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return HyperwalletAccount Modifier and Type Method Description HyperwalletAccountHyperwallet. getProgramAccount(String programToken, String accountToken)Get Programs Account -
Uses of HyperwalletAccount in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletAccount Modifier and Type Method Description HyperwalletAccountHyperwalletAccount. createdOn(Date createdOn)HyperwalletAccountHyperwalletAccount. email(String email)HyperwalletAccountHyperwalletAccount. links(List<HyperwalletLink> links)HyperwalletAccountHyperwalletAccount. token(String token)HyperwalletAccountHyperwalletAccount. type(HyperwalletAccount.EType type)
-