Uses of Class
com.adyen.model.balanceplatform.GrantOffer
-
Packages that use GrantOffer Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of GrantOffer in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return GrantOffer Modifier and Type Method Description GrantOfferGrantOffer. accountHolderId(String accountHolderId)GrantOfferGrantOffer. amount(Amount amount)GrantOfferGrantOffer. contractType(GrantOffer.ContractTypeEnum contractType)GrantOfferGrantOffer. expiresAt(OffsetDateTime expiresAt)GrantOfferGrantOffer. fee(Fee fee)static GrantOfferGrantOffer. fromJson(String jsonString)Create an instance of GrantOffer given an JSON stringGrantOfferGrantOffer. id(String id)GrantOfferGrantOffer. repayment(Repayment repayment)GrantOfferGrantOffer. startsAt(OffsetDateTime startsAt)Methods in com.adyen.model.balanceplatform that return types with arguments of type GrantOffer Modifier and Type Method Description List<GrantOffer>GrantOffers. getGrantOffers()A list of available grant offers.Methods in com.adyen.model.balanceplatform with parameters of type GrantOffer Modifier and Type Method Description GrantOffersGrantOffers. addGrantOffersItem(GrantOffer grantOffersItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type GrantOffer Modifier and Type Method Description GrantOffersGrantOffers. grantOffers(List<GrantOffer> grantOffers)voidGrantOffers. setGrantOffers(List<GrantOffer> grantOffers)A list of available grant offers. -
Uses of GrantOffer in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return GrantOffer Modifier and Type Method Description GrantOfferGrantOffersApi. getGrantOffer(String grantOfferId)Get a grant offerGrantOfferGrantOffersApi. getGrantOffer(String grantOfferId, RequestOptions requestOptions)Get a grant offer
-