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 AccountSupportingEntityCapability Modifier and Type Method Description AccountSupportingEntityCapabilityAccountSupportingEntityCapability. allowed(Boolean allowed)Indicates whether the supporting entity capability is allowed.AccountSupportingEntityCapabilityAccountSupportingEntityCapability. allowedLevel(AccountSupportingEntityCapability.AllowedLevelEnum allowedLevel)The capability level that is allowed for the account holder.AccountSupportingEntityCapabilityAccountSupportingEntityCapability. enabled(Boolean enabled)Indicates whether the capability is enabled.static AccountSupportingEntityCapabilityAccountSupportingEntityCapability. fromJson(String jsonString)Create an instance of AccountSupportingEntityCapability given an JSON stringAccountSupportingEntityCapabilityAccountSupportingEntityCapability. id(String id)The ID of the supporting entity.AccountSupportingEntityCapabilityAccountSupportingEntityCapability. requested(Boolean requested)Indicates whether the capability is requested.AccountSupportingEntityCapabilityAccountSupportingEntityCapability. requestedLevel(AccountSupportingEntityCapability.RequestedLevelEnum requestedLevel)The requested level of the capability.AccountSupportingEntityCapabilityAccountSupportingEntityCapability. verificationStatus(AccountSupportingEntityCapability.VerificationStatusEnum verificationStatus)The status of the verification checks for the supporting entity capability.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)Contains the status of the transfer instruments associated with this capability.
-