Uses of Class
com.adyen.model.capital.GrantOffer
-
Packages that use GrantOffer Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of GrantOffer in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantOffer Modifier and Type Method Description GrantOfferGrantOffer. accountHolderId(String accountHolderId)The unique 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 date when the grant offer expires.GrantOfferGrantOffer. fee(GrantOfferFee 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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantOfferGrantOffer. repayment(Repayment repayment)repaymentGrantOfferGrantOffer. startsAt(OffsetDateTime startsAt)The date when the grant offer becomes available.Methods in com.adyen.model.capital that return types with arguments of type GrantOffer Modifier and Type Method Description List<GrantOffer>GrantOffers. getGrantOffers()Contains a list of available grant offers for the specified account holder.Methods in com.adyen.model.capital with parameters of type GrantOffer Modifier and Type Method Description GrantOffersGrantOffers. addGrantOffersItem(GrantOffer grantOffersItem)Method parameters in com.adyen.model.capital with type arguments of type GrantOffer Modifier and Type Method Description GrantOffersGrantOffers. grantOffers(List<GrantOffer> grantOffers)Contains a list of available grant offers for the specified account holder.voidGrantOffers. setGrantOffers(List<GrantOffer> grantOffers)Contains a list of available grant offers for the specified account holder. -
Uses of GrantOffer in com.adyen.service.capital
Methods in com.adyen.service.capital that return GrantOffer Modifier and Type Method Description GrantOfferGrantOffersApi. getGrantOffer(String id)Get the details of a grant offerGrantOfferGrantOffersApi. getGrantOffer(String id, RequestOptions requestOptions)Get the details of a grant offer
-