Uses of Class
com.adyen.model.capital.Balance
-
Packages that use Balance Package Description com.adyen.model.capital -
-
Uses of Balance in com.adyen.model.capital
Methods in com.adyen.model.capital that return Balance Modifier and Type Method Description BalanceBalance. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).BalanceBalance. fee(Long fee)The amount of the grant fee.static BalanceBalance. fromJson(String jsonString)Create an instance of Balance given an JSON stringBalanceDisbursement. getBalances()Get balancesBalanceGrant. getBalances()Get balancesBalanceBalance. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.BalanceBalance. principal(Long principal)The grant amount that is paid out to the user for business financing.BalanceBalance. total(Long total)The total amount of the grant that the user must repay.Methods in com.adyen.model.capital that return types with arguments of type Balance Modifier and Type Method Description List<Balance>GrantAccount. getBalances()Contains the sum of the balances of all grants tracked by this grant account.Methods in com.adyen.model.capital with parameters of type Balance Modifier and Type Method Description GrantAccountGrantAccount. addBalancesItem(Balance balancesItem)DisbursementDisbursement. balances(Balance balances)balancesGrantGrant. balances(Balance balances)balancesvoidDisbursement. setBalances(Balance balances)balancesvoidGrant. setBalances(Balance balances)balancesMethod parameters in com.adyen.model.capital with type arguments of type Balance Modifier and Type Method Description GrantAccountGrantAccount. balances(List<Balance> balances)Contains the sum of the balances of all grants tracked by this grant account.voidGrantAccount. setBalances(List<Balance> balances)Contains the sum of the balances of all grants tracked by this grant account.
-