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