Uses of Class
com.adyen.model.capital.Grants
-
Packages that use Grants Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of Grants in com.adyen.model.capital
Methods in com.adyen.model.capital that return Grants Modifier and Type Method Description GrantsGrants. addGrantsItem(Grant grantsItem)static GrantsGrants. fromJson(String jsonString)Create an instance of Grants given an JSON stringGrantsGrants. grants(List<Grant> grants)Contains a list of the grants that the account holder has received.GrantsGrants. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of Grants in com.adyen.service.capital
Methods in com.adyen.service.capital that return Grants Modifier and Type Method Description GrantsGrantsApi. getAllGrants(String counterpartyAccountHolderId)Get all the grants of an account holderGrantsGrantsApi. getAllGrants(String counterpartyAccountHolderId, RequestOptions requestOptions)Get all the grants of an account holder
-