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)BalanceBalance. balance(Long balance)BalanceBalance. currency(String currency)static BalanceBalance. fromJson(String jsonString)Create an instance of Balance given an JSON stringBalanceBalance. pending(Long pending)BalanceBalance. reserved(Long reserved)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)voidBalanceAccount. setBalances(List<Balance> balances)List of balances with the amount and currency.
-