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 supporting entity.List<SupportingEntityCapability>LegalEntityCapability. getTransferInstruments()Capability status for transfer instruments associated with legal entityMethods 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)voidTransferInstrument. setCapabilities(Map<String,SupportingEntityCapability> capabilities)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)
-