Uses of Class
com.adyen.model.transfers.CapitalGrantInfo
-
Packages that use CapitalGrantInfo Package Description com.adyen.model.transfers com.adyen.service.transfers -
-
Uses of CapitalGrantInfo in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return CapitalGrantInfo Modifier and Type Method Description CapitalGrantInfoCapitalGrantInfo. counterparty(Counterparty counterparty)counterpartystatic CapitalGrantInfoCapitalGrantInfo. fromJson(String jsonString)Create an instance of CapitalGrantInfo given an JSON stringCapitalGrantInfoCapitalGrantInfo. grantAccountId(String grantAccountId)The identifier of the grant account used for the grant.CapitalGrantInfoCapitalGrantInfo. grantOfferId(String grantOfferId)The identifier of the grant offer that has been selected and from which the grant details will be used. -
Uses of CapitalGrantInfo in com.adyen.service.transfers
Methods in com.adyen.service.transfers with parameters of type CapitalGrantInfo Modifier and Type Method Description CapitalGrantCapitalApi. requestGrantPayout(CapitalGrantInfo capitalGrantInfo)Deprecated.since Transfers API v4 Use the `/grants` endpoint from the [Capital API](https://docs.adyen.com/api-explorer/capital/latest/post/grants) instead.CapitalGrantCapitalApi. requestGrantPayout(CapitalGrantInfo capitalGrantInfo, RequestOptions requestOptions)Deprecated.since Transfers API v4 Use the `/grants` endpoint from the [Capital API](https://docs.adyen.com/api-explorer/capital/latest/post/grants) instead.
-