Uses of Class
com.adyen.model.balanceplatform.Repayment
-
Packages that use Repayment Package Description com.adyen.model.balanceplatform -
-
Uses of Repayment in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Repayment Modifier and Type Method Description RepaymentRepayment. basisPoints(Integer basisPoints)static RepaymentRepayment. fromJson(String jsonString)Create an instance of Repayment given an JSON stringRepaymentGrantOffer. getRepayment()Get repaymentRepaymentRepayment. term(RepaymentTerm term)RepaymentRepayment. threshold(ThresholdRepayment threshold)Methods in com.adyen.model.balanceplatform with parameters of type Repayment Modifier and Type Method Description GrantOfferGrantOffer. repayment(Repayment repayment)voidGrantOffer. setRepayment(Repayment repayment)repayment
-