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 SupportingEntityCapabilitySupportingEntityCapability. allowed(Boolean allowed)Indicates whether the capability is allowed for the supporting entity.static SupportingEntityCapabilitySupportingEntityCapability. fromJson(String jsonString)Create an instance of SupportingEntityCapability given an JSON stringSupportingEntityCapabilitySupportingEntityCapability. id(String id)Supporting entity referenceSupportingEntityCapabilitySupportingEntityCapability. requested(Boolean requested)Indicates whether the supporting entity capability is requested.SupportingEntityCapabilitySupportingEntityCapability. verificationStatus(String verificationStatus)The status of the verification checks for the capability of the supporting entity.Methods 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 LegalEntityCapabilityLegalEntityCapability. addTransferInstrumentsItem(SupportingEntityCapability transferInstrumentsItem)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.voidLegalEntityCapability. setTransferInstruments(List<SupportingEntityCapability> transferInstruments)The capability status of transfer instruments associated with the legal entity.LegalEntityCapabilityLegalEntityCapability. transferInstruments(List<SupportingEntityCapability> transferInstruments)The capability status of transfer instruments associated with the legal entity.
-