Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBankAccountsListPaginationOptions
-
Packages that use HyperwalletBankAccountsListPaginationOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBankAccountsListPaginationOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletBankAccountsListPaginationOptions Modifier and Type Method Description HyperwalletList<HyperwalletBankAccount>Hyperwallet. listBankAccounts(String userToken, HyperwalletBankAccountsListPaginationOptions options)List Bank Accounts -
Uses of HyperwalletBankAccountsListPaginationOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBankAccountsListPaginationOptions Modifier and Type Method Description HyperwalletBankAccountsListPaginationOptionsHyperwalletBankAccountsListPaginationOptions. status(HyperwalletBankAccount.Status status)HyperwalletBankAccountsListPaginationOptionsHyperwalletBankAccountsListPaginationOptions. type(HyperwalletBankAccount.Type type)
-