Uses of Class
com.adyen.model.capital.GrantOffers
-
Packages that use GrantOffers Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of GrantOffers in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantOffers Modifier and Type Method Description GrantOffersGrantOffers. addGrantOffersItem(GrantOffer grantOffersItem)static GrantOffersGrantOffers. fromJson(String jsonString)Create an instance of GrantOffers given an JSON stringGrantOffersGrantOffers. grantOffers(List<GrantOffer> grantOffers)Contains a list of available grant offers for the specified account holder.GrantOffersGrantOffers. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of GrantOffers in com.adyen.service.capital
Methods in com.adyen.service.capital that return GrantOffers Modifier and Type Method Description GrantOffersGrantOffersApi. getAllGrantOffers()Get all available grant offersGrantOffersGrantOffersApi. getAllGrantOffers(String accountHolderId, RequestOptions requestOptions)Get all available grant offers
-