Uses of Class
com.adyen.model.configurationwebhooks.Balance
-
Packages that use Balance Package Description com.adyen.model.configurationwebhooks -
-
Uses of Balance in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Balance Modifier and Type Method Description BalanceBalance. available(Long available)The balance available for use.BalanceBalance. balance(Long balance)The sum of the transactions that have already been settled.BalanceBalance. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance.static BalanceBalance. fromJson(String jsonString)Create an instance of Balance given an JSON stringBalanceBalance. pending(Long pending)The sum of the transactions that will be settled in the future.BalanceBalance. reserved(Long reserved)The balance currently held in reserve.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type Balance Modifier and Type Method Description List<Balance>BalanceAccount. getBalances()List of balances with the amount and currency.Methods in com.adyen.model.configurationwebhooks with parameters of type Balance Modifier and Type Method Description BalanceAccountBalanceAccount. addBalancesItem(Balance balancesItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type Balance Modifier and Type Method Description BalanceAccountBalanceAccount. balances(List<Balance> balances)List of balances with the amount and currency.voidBalanceAccount. setBalances(List<Balance> balances)List of balances with the amount and currency.
-