Uses of Class
com.adyen.model.capital.CalculatedGrantOffer
-
Packages that use CalculatedGrantOffer Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of CalculatedGrantOffer in com.adyen.model.capital
Methods in com.adyen.model.capital that return CalculatedGrantOffer Modifier and Type Method Description CalculatedGrantOfferCalculatedGrantOffer. accountHolderId(String accountHolderId)The unique identifier of the account holder that the dynamic offer is for.CalculatedGrantOfferCalculatedGrantOffer. amount(Amount amount)amountCalculatedGrantOfferCalculatedGrantOffer. contractType(CalculatedGrantOffer.ContractTypeEnum contractType)The contract type of the offer.CalculatedGrantOfferCalculatedGrantOffer. expiresAt(OffsetDateTime expiresAt)The expiration date and time of the offer validity period.CalculatedGrantOfferCalculatedGrantOffer. fee(GrantOfferFee fee)feestatic CalculatedGrantOfferCalculatedGrantOffer. fromJson(String jsonString)Create an instance of CalculatedGrantOffer given an JSON stringCalculatedGrantOfferCalculatedGrantOffer. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CalculatedGrantOfferCalculatedGrantOffer. repayment(Repayment repayment)repaymentCalculatedGrantOfferCalculatedGrantOffer. startsAt(OffsetDateTime startsAt)The starting date and time of the offer validity period. -
Uses of CalculatedGrantOffer in com.adyen.service.capital
Methods in com.adyen.service.capital that return CalculatedGrantOffer Modifier and Type Method Description CalculatedGrantOfferDynamicOffersApi. calculatePreliminaryOfferFromDynamicOffer(String id, CalculateGrantOfferRequest calculateGrantOfferRequest)Calculate a preliminary offer for a selected financing amountCalculatedGrantOfferDynamicOffersApi. calculatePreliminaryOfferFromDynamicOffer(String id, CalculateGrantOfferRequest calculateGrantOfferRequest, RequestOptions requestOptions)Calculate a preliminary offer for a selected financing amount
-