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)The identifier of the account holder to which the grant is offered.GrantOfferGrantOffer. amount(Amount amount)amountGrantOfferGrantOffer. contractType(GrantOffer.ContractTypeEnum contractType)The contract type of the grant offer.GrantOfferGrantOffer. expiresAt(OffsetDateTime expiresAt)The end date of the grant offer validity period.GrantOfferGrantOffer. fee(Fee fee)feestatic GrantOfferGrantOffer. fromJson(String jsonString)Create an instance of GrantOffer given an JSON stringGrantOfferGrantOffer. id(String id)The unique identifier of the grant offer.GrantOfferGrantOffer. repayment(Repayment repayment)repaymentGrantOfferGrantOffer. startsAt(OffsetDateTime startsAt)The starting date of the grant offer validity period.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)A list of available grant offers.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
-