Uses of Class
com.adyen.model.capital.RepaymentTerm
-
Packages that use RepaymentTerm Package Description com.adyen.model.capital -
-
Uses of RepaymentTerm in com.adyen.model.capital
Methods in com.adyen.model.capital that return RepaymentTerm Modifier and Type Method Description RepaymentTermRepaymentTerm. estimatedDays(Integer estimatedDays)The estimated duration of the repayment term, in days.static RepaymentTermRepaymentTerm. fromJson(String jsonString)Create an instance of RepaymentTerm given an JSON stringRepaymentTermDynamicOfferRepayment. getTerm()Get termRepaymentTermRepayment. getTerm()Get termRepaymentTermRepaymentTerm. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.RepaymentTermRepaymentTerm. maximumDays(Integer maximumDays)The maximum duration of the repayment term, in days.Methods in com.adyen.model.capital with parameters of type RepaymentTerm Modifier and Type Method Description voidDynamicOfferRepayment. setTerm(RepaymentTerm term)termvoidRepayment. setTerm(RepaymentTerm term)termDynamicOfferRepaymentDynamicOfferRepayment. term(RepaymentTerm term)termRepaymentRepayment. term(RepaymentTerm term)term
-