Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBalanceListOptions
-
Packages that use HyperwalletBalanceListOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBalanceListOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletBalanceListOptions Modifier and Type Method Description HyperwalletList<HyperwalletBalance>Hyperwallet. listBalancesForAccount(String programToken, String accountToken, HyperwalletBalanceListOptions options)List all Program account balancesHyperwalletList<HyperwalletBalance>Hyperwallet. listBalancesForPrepaidCard(String userToken, String prepaidCardToken, HyperwalletBalanceListOptions options)List all User's Prepaid Card BalancesHyperwalletList<HyperwalletBalance>Hyperwallet. listBalancesForUser(String userToken, HyperwalletBalanceListOptions options)List all User's Balances -
Uses of HyperwalletBalanceListOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBalanceListOptions Modifier and Type Method Description HyperwalletBalanceListOptionsHyperwalletBalanceListOptions. currency(String currency)HyperwalletBalanceListOptionsHyperwalletBalanceListOptions. limit(Integer limit)HyperwalletBalanceListOptionsHyperwalletBalanceListOptions. sortBy(String sortBy)
-