Uses of Class
com.adyen.model.balancewebhooks.Balances
-
Packages that use Balances Package Description com.adyen.model.balancewebhooks -
-
Uses of Balances in com.adyen.model.balancewebhooks
Methods in com.adyen.model.balancewebhooks that return Balances Modifier and Type Method Description BalancesBalances. available(Long available)The balance that is available for use.BalancesBalances. balance(Long balance)The sum of transactions that have already been settled.static BalancesBalances. fromJson(String jsonString)Create an instance of Balances given an JSON stringBalancesBalanceNotificationData. getBalances()Get balancesBalancesBalances. pending(Long pending)The sum of transactions that will be settled in the future.BalancesBalances. reserved(Long reserved)The balance currently held in reserve.Methods in com.adyen.model.balancewebhooks with parameters of type Balances Modifier and Type Method Description BalanceNotificationDataBalanceNotificationData. balances(Balances balances)balancesvoidBalanceNotificationData. setBalances(Balances balances)balances
-