Uses of Class
com.adyen.model.capital.Grant
-
Packages that use Grant Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of Grant in com.adyen.model.capital
Methods in com.adyen.model.capital that return Grant Modifier and Type Method Description GrantGrant. balances(Balance balances)balancesGrantGrant. counterparty(GrantCounterparty counterparty)counterpartystatic GrantGrant. fromJson(String jsonString)Create an instance of Grant given an JSON stringGrantGrant. grantAccountId(String grantAccountId)The unique identifier of the grant account that tracks this grant.GrantGrant. grantOfferId(String grantOfferId)The unique identifier of the selected grant offer.GrantGrant. id(String id)The unique identifier of the grant reference.GrantGrant. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantGrant. status(Status status)statusMethods in com.adyen.model.capital that return types with arguments of type Grant Modifier and Type Method Description List<Grant>Grants. getGrants()Contains a list of the grants that the account holder has received.Methods in com.adyen.model.capital with parameters of type Grant Modifier and Type Method Description GrantsGrants. addGrantsItem(Grant grantsItem)Method parameters in com.adyen.model.capital with type arguments of type Grant Modifier and Type Method Description GrantsGrants. grants(List<Grant> grants)Contains a list of the grants that the account holder has received.voidGrants. setGrants(List<Grant> grants)Contains a list of the grants that the account holder has received. -
Uses of Grant in com.adyen.service.capital
Methods in com.adyen.service.capital that return Grant Modifier and Type Method Description GrantGrantsApi. getGrant(String grantId)Get the details of a grantGrantGrantsApi. getGrant(String grantId, RequestOptions requestOptions)Get the details of a grantGrantGrantsApi. requestGrant(GrantInfo grantInfo)Make a request for a grantGrantGrantsApi. requestGrant(GrantInfo grantInfo, RequestOptions requestOptions)Make a request for a grant
-