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)The repayment that is deducted daily from incoming net volume, in [basis points](https://www.investopedia.com/terms/b/basispoint.asp).static RepaymentRepayment. fromJson(String jsonString)Create an instance of Repayment given an JSON stringRepaymentGrantOffer. getRepayment()repaymentRepaymentRepayment. term(RepaymentTerm term)termRepaymentRepayment. threshold(ThresholdRepayment threshold)thresholdMethods in com.adyen.model.balanceplatform with parameters of type Repayment Modifier and Type Method Description GrantOfferGrantOffer. repayment(Repayment repayment)repaymentvoidGrantOffer. setRepayment(Repayment repayment)repayment
-