Uses of Class
com.adyen.model.capital.Disbursement
-
Packages that use Disbursement Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of Disbursement in com.adyen.model.capital
Methods in com.adyen.model.capital that return Disbursement Modifier and Type Method Description DisbursementDisbursement. accountHolderId(String accountHolderId)The unique identifier of the account holder that received the disbursement.DisbursementDisbursement. addFundsCollectionsItem(FundsCollection fundsCollectionsItem)DisbursementDisbursement. amount(Amount amount)amountDisbursementDisbursement. balanceAccountId(String balanceAccountId)The unique identifier of the balance account that received the disbursement.DisbursementDisbursement. balances(Balance balances)balancesDisbursementDisbursement. fee(Fee fee)feestatic DisbursementDisbursement. fromJson(String jsonString)Create an instance of Disbursement given an JSON stringDisbursementDisbursement. fundsCollections(List<FundsCollection> fundsCollections)Contains information about the accounts that Adyen uses to collect funds related to repayments.DisbursementDisbursement. grantId(String grantId)The unique identifier of the grant related to the disbursement.DisbursementDisbursement. id(String id)The unique identifier of the disbursement.DisbursementDisbursement. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DisbursementDisbursement. repayment(DisbursementRepayment repayment)repaymentMethods in com.adyen.model.capital that return types with arguments of type Disbursement Modifier and Type Method Description List<Disbursement>Disbursements. getDisbursements()Contains a list of all disbursements related to the specified grant.Methods in com.adyen.model.capital with parameters of type Disbursement Modifier and Type Method Description DisbursementsDisbursements. addDisbursementsItem(Disbursement disbursementsItem)Method parameters in com.adyen.model.capital with type arguments of type Disbursement Modifier and Type Method Description DisbursementsDisbursements. disbursements(List<Disbursement> disbursements)Contains a list of all disbursements related to the specified grant.voidDisbursements. setDisbursements(List<Disbursement> disbursements)Contains a list of all disbursements related to the specified grant. -
Uses of Disbursement in com.adyen.service.capital
Methods in com.adyen.service.capital that return Disbursement Modifier and Type Method Description DisbursementGrantsApi. getGrantDisbursement(String grantId, String disbursementId)Get disbursement detailsDisbursementGrantsApi. getGrantDisbursement(String grantId, String disbursementId, RequestOptions requestOptions)Get disbursement detailsDisbursementGrantsApi. 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
-