Uses of Class
com.adyen.model.capital.GrantAccount
-
Packages that use GrantAccount Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of GrantAccount in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantAccount Modifier and Type Method Description GrantAccountGrantAccount. addBalancesItem(Balance balancesItem)GrantAccountGrantAccount. addLimitsItem(GrantLimit limitsItem)GrantAccountGrantAccount. balances(List<Balance> balances)Contains the sum of the balances of all grants tracked by this grant account.static GrantAccountGrantAccount. fromJson(String jsonString)Create an instance of GrantAccount given an JSON stringGrantAccountGrantAccount. fundingBalanceAccountId(String fundingBalanceAccountId)The unique identifier of the balance account used to fund the grant.GrantAccountGrantAccount. id(String id)The unique identifier of the grant account.GrantAccountGrantAccount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantAccountGrantAccount. limits(List<GrantLimit> limits)Contains the maximum amount of funds that you can disburse for grants. -
Uses of GrantAccount in com.adyen.service.capital
Methods in com.adyen.service.capital that return GrantAccount Modifier and Type Method Description GrantAccountGrantAccountsApi. getGrantAccountInformation(String id)Get the information of your grant accountGrantAccountGrantAccountsApi. getGrantAccountInformation(String id, RequestOptions requestOptions)Get the information of your grant account
-