Uses of Class
com.adyen.model.capital.GrantInfo
-
Packages that use GrantInfo Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of GrantInfo in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantInfo Modifier and Type Method Description GrantInfoGrantInfo. counterparty(GrantInfoCounterparty counterparty)counterpartystatic GrantInfoGrantInfo. fromJson(String jsonString)Create an instance of GrantInfo given an JSON stringGrantInfoGrantInfo. grantAccountId(String grantAccountId)The unique identifier of the grant account that tracks this grant.GrantInfoGrantInfo. grantOfferId(String grantOfferId)The unique identifier of the selected offer.GrantInfoGrantInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of GrantInfo in com.adyen.service.capital
Methods in com.adyen.service.capital with parameters of type GrantInfo Modifier and Type Method Description GrantGrantsApi. requestGrant(GrantInfo grantInfo)Make a request for a grantGrantGrantsApi. requestGrant(GrantInfo grantInfo, RequestOptions requestOptions)Make a request for a grant
-