Uses of Class
com.adyen.model.legalentitymanagement.LegalEntity
-
Packages that use LegalEntity Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of LegalEntity in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return LegalEntity Modifier and Type Method Description LegalEntityLegalEntity. addDocumentDetailsItem(DocumentReference documentDetailsItem)LegalEntityLegalEntity. addDocumentsItem(EntityReference documentsItem)LegalEntityLegalEntity. addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem)LegalEntityLegalEntity. addProblemsItem(CapabilityProblem problemsItem)LegalEntityLegalEntity. documentDetails(List<DocumentReference> documentDetails)List of documents uploaded for the legal entity.LegalEntityLegalEntity. documents(List<EntityReference> documents)Deprecated.since Legal Entity Management API v1 Use the `documentDetails` array instead.LegalEntityLegalEntity. entityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.static LegalEntityLegalEntity. fromJson(String jsonString)Create an instance of LegalEntity given an JSON stringLegalEntityLegalEntity. individual(Individual individual)individualLegalEntityLegalEntity. organization(Organization organization)organizationLegalEntityLegalEntity. problems(List<CapabilityProblem> problems)List of verification errors related to capabilities for the legal entity.LegalEntityLegalEntity. reference(String reference)Your reference for the legal entity, maximum 150 characters.LegalEntityLegalEntity. soleProprietorship(SoleProprietorship soleProprietorship)soleProprietorshipLegalEntityLegalEntity. trust(Trust trust)trustLegalEntityLegalEntity. type(LegalEntity.TypeEnum type)The type of legal entity.LegalEntityLegalEntity. unincorporatedPartnership(UnincorporatedPartnership unincorporatedPartnership)unincorporatedPartnershipLegalEntityLegalEntity. verificationPlan(String verificationPlan)A key-value pair that specifies the verification process for a legal entity. -
Uses of LegalEntity in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return LegalEntity Modifier and Type Method Description LegalEntityLegalEntitiesApi. createLegalEntity(LegalEntityInfoRequiredType legalEntityInfoRequiredType)Create a legal entityLegalEntityLegalEntitiesApi. createLegalEntity(LegalEntityInfoRequiredType legalEntityInfoRequiredType, RequestOptions requestOptions)Create a legal entityLegalEntityLegalEntitiesApi. getLegalEntity(String id)Get a legal entityLegalEntityLegalEntitiesApi. getLegalEntity(String id, RequestOptions requestOptions)Get a legal entityLegalEntityLegalEntitiesApi. updateLegalEntity(String id, LegalEntityInfo legalEntityInfo)Update a legal entityLegalEntityLegalEntitiesApi. updateLegalEntity(String id, LegalEntityInfo legalEntityInfo, RequestOptions requestOptions)Update a legal entity
-