Uses of Class
com.adyen.model.legalentitymanagement.SupportingEntityCapability
-
Packages that use SupportingEntityCapability Package Description com.adyen.model.legalentitymanagement -
-
Uses of SupportingEntityCapability in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return SupportingEntityCapability Modifier and Type Method Description static SupportingEntityCapabilitySupportingEntityCapability. fromJson(String jsonString)Create an instance of SupportingEntityCapability given an JSON stringMethods in com.adyen.model.legalentitymanagement that return types with arguments of type SupportingEntityCapability Modifier and Type Method Description Map<String,SupportingEntityCapability>TransferInstrument. getCapabilities()List of capabilities for this transfer instrument.List<SupportingEntityCapability>LegalEntityCapability. getTransferInstruments()The capability status of transfer instruments associated with the legal entity.Methods in com.adyen.model.legalentitymanagement with parameters of type SupportingEntityCapability Modifier and Type Method Description TransferInstrumentTransferInstrument. putCapabilitiesItem(String key, SupportingEntityCapability capabilitiesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type SupportingEntityCapability Modifier and Type Method Description TransferInstrumentTransferInstrument. capabilities(Map<String,SupportingEntityCapability> capabilities)List of capabilities for this transfer instrument.voidTransferInstrument. setCapabilities(Map<String,SupportingEntityCapability> capabilities)List of capabilities for this transfer instrument.Constructor parameters in com.adyen.model.legalentitymanagement with type arguments of type SupportingEntityCapability Constructor Description LegalEntityCapability(Boolean allowed, LegalEntityCapability.AllowedLevelEnum allowedLevel, Boolean requested, LegalEntityCapability.RequestedLevelEnum requestedLevel, List<SupportingEntityCapability> transferInstruments, String verificationStatus)
-