Uses of Class
com.adyen.model.capital.DynamicOffer
-
Packages that use DynamicOffer Package Description com.adyen.model.capital -
-
Uses of DynamicOffer in com.adyen.model.capital
Methods in com.adyen.model.capital that return DynamicOffer Modifier and Type Method Description DynamicOfferDynamicOffer. accountHolderId(String accountHolderId)The unique identifier of the account holder that the dynamic offer is for.DynamicOfferDynamicOffer. contractType(DynamicOffer.ContractTypeEnum contractType)The contract type of the offer.DynamicOfferDynamicOffer. expiresAt(OffsetDateTime expiresAt)The expiration date and time of the offer validity period.DynamicOfferDynamicOffer. financingType(FinancingType financingType)financingTypestatic DynamicOfferDynamicOffer. fromJson(String jsonString)Create an instance of DynamicOffer given an JSON stringDynamicOfferDynamicOffer. id(String id)The unique identifier of the dynamic offer.DynamicOfferDynamicOffer. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DynamicOfferDynamicOffer. maximumAmount(Amount maximumAmount)maximumAmountDynamicOfferDynamicOffer. minimumAmount(Amount minimumAmount)minimumAmountDynamicOfferDynamicOffer. repayment(DynamicOfferRepayment repayment)repaymentDynamicOfferDynamicOffer. 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 DynamicOffer Modifier and Type Method Description List<DynamicOffer>GetDynamicOffersResponse. getDynamicOffers()Contains a list of available dynamic offers for the specified account holder.Methods in com.adyen.model.capital with parameters of type DynamicOffer Modifier and Type Method Description GetDynamicOffersResponseGetDynamicOffersResponse. addDynamicOffersItem(DynamicOffer dynamicOffersItem)Method parameters in com.adyen.model.capital with type arguments of type DynamicOffer Modifier and Type Method Description GetDynamicOffersResponseGetDynamicOffersResponse. dynamicOffers(List<DynamicOffer> dynamicOffers)Contains a list of available dynamic offers for the specified account holder.voidGetDynamicOffersResponse. setDynamicOffers(List<DynamicOffer> dynamicOffers)Contains a list of available dynamic offers for the specified account holder.
-