Uses of Class
com.adyen.model.balanceplatform.RepaymentTerm
-
Packages that use RepaymentTerm Package Description com.adyen.model.balanceplatform -
-
Uses of RepaymentTerm in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return RepaymentTerm Modifier and Type Method Description RepaymentTermRepaymentTerm. estimatedDays(Integer estimatedDays)The estimated term for repaying the grant, in days.static RepaymentTermRepaymentTerm. fromJson(String jsonString)Create an instance of RepaymentTerm given an JSON stringRepaymentTermRepayment. getTerm()termRepaymentTermRepaymentTerm. maximumDays(Integer maximumDays)The maximum term for repaying the grant, in days.Methods in com.adyen.model.balanceplatform with parameters of type RepaymentTerm Modifier and Type Method Description voidRepayment. setTerm(RepaymentTerm term)termRepaymentRepayment. term(RepaymentTerm term)term
-