Uses of Class
com.adyen.model.capital.Disbursements
-
Packages that use Disbursements Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of Disbursements in com.adyen.model.capital
Methods in com.adyen.model.capital that return Disbursements Modifier and Type Method Description DisbursementsDisbursements. addDisbursementsItem(Disbursement disbursementsItem)DisbursementsDisbursements. disbursements(List<Disbursement> disbursements)Contains a list of all disbursements related to the specified grant.static DisbursementsDisbursements. fromJson(String jsonString)Create an instance of Disbursements given an JSON stringDisbursementsDisbursements. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of Disbursements in com.adyen.service.capital
Methods in com.adyen.service.capital that return Disbursements Modifier and Type Method Description DisbursementsGrantsApi. getAllGrantDisbursements(String grantId)Get all the disbursements of a grantDisbursementsGrantsApi. getAllGrantDisbursements(String grantId, RequestOptions requestOptions)Get all the disbursements of a grant
-