Uses of Class
com.adyen.model.legalentitymanagement.LegalEntityInfo
-
Packages that use LegalEntityInfo Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of LegalEntityInfo in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return LegalEntityInfo Modifier and Type Method Description LegalEntityInfoLegalEntityInfo. addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem)LegalEntityInfoLegalEntityInfo. capabilities(Map<String,LegalEntityCapability> capabilities)Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration.LegalEntityInfoLegalEntityInfo. entityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.static LegalEntityInfoLegalEntityInfo. fromJson(String jsonString)Create an instance of LegalEntityInfo given an JSON stringLegalEntityInfoLegalEntityInfo. individual(Individual individual)individualLegalEntityInfoLegalEntityInfo. organization(Organization organization)organizationLegalEntityInfoLegalEntityInfo. putCapabilitiesItem(String key, LegalEntityCapability capabilitiesItem)LegalEntityInfoLegalEntityInfo. reference(String reference)Your reference for the legal entity, maximum 150 characters.LegalEntityInfoLegalEntityInfo. soleProprietorship(SoleProprietorship soleProprietorship)soleProprietorshipLegalEntityInfoLegalEntityInfo. trust(Trust trust)trustLegalEntityInfoLegalEntityInfo. type(LegalEntityInfo.TypeEnum type)The type of legal entity.LegalEntityInfoLegalEntityInfo. unincorporatedPartnership(UnincorporatedPartnership unincorporatedPartnership)unincorporatedPartnershipLegalEntityInfoLegalEntityInfo. verificationPlan(String verificationPlan)A key-value pair that specifies the verification process for a legal entity. -
Uses of LegalEntityInfo in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement with parameters of type LegalEntityInfo Modifier and Type Method Description LegalEntityLegalEntitiesApi. updateLegalEntity(String id, LegalEntityInfo legalEntityInfo)Update a legal entityLegalEntityLegalEntitiesApi. updateLegalEntity(String id, LegalEntityInfo legalEntityInfo, RequestOptions requestOptions)Update a legal entity
-