Uses of Class
com.adyen.model.configurationwebhooks.AccountSupportingEntityCapability
-
Packages that use AccountSupportingEntityCapability Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountSupportingEntityCapability in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return types with arguments of type AccountSupportingEntityCapability Modifier and Type Method Description List<AccountSupportingEntityCapability>AccountHolderCapability. getTransferInstruments()Contains the status of the transfer instruments associated with this capability.Methods in com.adyen.model.configurationwebhooks with parameters of type AccountSupportingEntityCapability Modifier and Type Method Description AccountHolderCapabilityAccountHolderCapability. addTransferInstrumentsItem(AccountSupportingEntityCapability transferInstrumentsItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type AccountSupportingEntityCapability Modifier and Type Method Description voidAccountHolderCapability. setTransferInstruments(List<AccountSupportingEntityCapability> transferInstruments)Contains the status of the transfer instruments associated with this capability.AccountHolderCapabilityAccountHolderCapability. transferInstruments(List<AccountSupportingEntityCapability> transferInstruments)
-