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)static RepaymentTermRepaymentTerm. fromJson(String jsonString)Create an instance of RepaymentTerm given an JSON stringRepaymentTermRepayment. getTerm()Get termRepaymentTermRepaymentTerm. maximumDays(Integer maximumDays)Methods in com.adyen.model.balanceplatform with parameters of type RepaymentTerm Modifier and Type Method Description voidRepayment. setTerm(RepaymentTerm term)termRepaymentRepayment. term(RepaymentTerm term)
-