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 offer.GrantOfferGrantOffer. expiresAt(OffsetDateTime expiresAt)The expiration date and time of the offer validity period.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 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 starting date and time of the offer validity period.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 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 offers for the specified account holder.voidGrantOffers. setGrantOffers(List<GrantOffer> grantOffers)Contains a list of available 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 GrantOfferDynamicOffersApi. createStaticOfferFromDynamicOffer(String id, CreateGrantOfferRequest createGrantOfferRequest)Create a static offer for a selected financing amountGrantOfferDynamicOffersApi. createStaticOfferFromDynamicOffer(String id, CreateGrantOfferRequest createGrantOfferRequest, RequestOptions requestOptions)Create a static offer for a selected financing amountGrantOfferGrantOffersApi. getGrantOffer(String id)Get the details of a static offerGrantOfferGrantOffersApi. getGrantOffer(String id, RequestOptions requestOptions)Get the details of a static offer
-