Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBankAccount
-
Packages that use HyperwalletBankAccount Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBankAccount in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return HyperwalletBankAccount Modifier and Type Method Description HyperwalletBankAccountHyperwallet. createBankAccount(HyperwalletBankAccount bankAccount)Create Bank AccountHyperwalletBankAccountHyperwallet. getBankAccount(String userToken, String transferMethodToken)Get Bank AccountHyperwalletBankAccountHyperwallet. updateBankAccount(HyperwalletBankAccount bankAccount)Update Bank AccountMethods in com.hyperwallet.clientsdk that return types with arguments of type HyperwalletBankAccount Modifier and Type Method Description HyperwalletList<HyperwalletBankAccount>Hyperwallet. listBankAccounts(String userToken)List Bank AccountsHyperwalletList<HyperwalletBankAccount>Hyperwallet. listBankAccounts(String userToken, HyperwalletBankAccountsListPaginationOptions options)List Bank AccountsMethods in com.hyperwallet.clientsdk with parameters of type HyperwalletBankAccount Modifier and Type Method Description HyperwalletBankAccountHyperwallet. createBankAccount(HyperwalletBankAccount bankAccount)Create Bank AccountHyperwalletBankAccountHyperwallet. updateBankAccount(HyperwalletBankAccount bankAccount)Update Bank Account -
Uses of HyperwalletBankAccount in com.hyperwallet.clientsdk.model
-