Uses of Class
com.adyen.model.capital.DisbursementInfoUpdate
-
Packages that use DisbursementInfoUpdate Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of DisbursementInfoUpdate in com.adyen.model.capital
Methods in com.adyen.model.capital that return DisbursementInfoUpdate Modifier and Type Method Description static DisbursementInfoUpdateDisbursementInfoUpdate. fromJson(String jsonString)Create an instance of DisbursementInfoUpdate given an JSON stringDisbursementInfoUpdateDisbursementInfoUpdate. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DisbursementInfoUpdateDisbursementInfoUpdate. repayment(DisbursementRepaymentInfoUpdate repayment)repayment -
Uses of DisbursementInfoUpdate in com.adyen.service.capital
Methods in com.adyen.service.capital with parameters of type DisbursementInfoUpdate Modifier and Type Method Description DisbursementGrantsApi. updateGrantDisbursement(String grantId, String disbursementId, DisbursementInfoUpdate disbursementInfoUpdate)Update the repayment configuration of a disbursementDisbursementGrantsApi. updateGrantDisbursement(String grantId, String disbursementId, DisbursementInfoUpdate disbursementInfoUpdate, RequestOptions requestOptions)Update the repayment configuration of a disbursement
-