Uses of Class
com.adyen.model.capital.FundsCollection
-
Packages that use FundsCollection Package Description com.adyen.model.capital -
-
Uses of FundsCollection in com.adyen.model.capital
Methods in com.adyen.model.capital that return FundsCollection Modifier and Type Method Description FundsCollectionFundsCollection. accountIdentification(BankAccountIdentification accountIdentification)accountIdentificationstatic FundsCollectionFundsCollection. fromJson(String jsonString)Create an instance of FundsCollection given an JSON stringFundsCollectionFundsCollection. fundsCollectionType(FundsCollectionType fundsCollectionType)fundsCollectionTypeFundsCollectionFundsCollection. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.capital that return types with arguments of type FundsCollection Modifier and Type Method Description List<FundsCollection>Disbursement. getFundsCollections()Contains information about the accounts that Adyen uses to collect funds related to repayments.Methods in com.adyen.model.capital with parameters of type FundsCollection Modifier and Type Method Description DisbursementDisbursement. addFundsCollectionsItem(FundsCollection fundsCollectionsItem)Method parameters in com.adyen.model.capital with type arguments of type FundsCollection Modifier and Type Method Description DisbursementDisbursement. fundsCollections(List<FundsCollection> fundsCollections)Contains information about the accounts that Adyen uses to collect funds related to repayments.voidDisbursement. setFundsCollections(List<FundsCollection> fundsCollections)Contains information about the accounts that Adyen uses to collect funds related to repayments.
-