Uses of Class
com.adyen.model.balanceplatform.Balance
-
Packages that use Balance Package Description com.adyen.model.balanceplatform -
-
Uses of Balance in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Balance Modifier and Type Method Description BalanceBalance. available(Long available)The current balance minus any reserved balance.BalanceBalance. balance(Long balance)The current balance of funds in the balance account.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 amount of funds that Adyen has processed for this account, but will be settled in a future date.BalanceBalance. reserved(Long reserved)The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised), but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured) by the merchant.Methods in com.adyen.model.balanceplatform 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.balanceplatform with parameters of type Balance Modifier and Type Method Description BalanceAccountBalanceAccount. addBalancesItem(Balance balancesItem)Method parameters in com.adyen.model.balanceplatform 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.
-