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. entityAssociations(List<LegalEntityAssociation> entityAssociations)static LegalEntityInfoLegalEntityInfo. fromJson(String jsonString)Create an instance of LegalEntityInfo given an JSON stringLegalEntityInfoLegalEntityInfo. individual(Individual individual)LegalEntityInfoLegalEntityInfo. organization(Organization organization)LegalEntityInfoLegalEntityInfo. reference(String reference)LegalEntityInfoLegalEntityInfo. soleProprietorship(SoleProprietorship soleProprietorship)LegalEntityInfoLegalEntityInfo. type(LegalEntityInfo.TypeEnum type) -
Uses of LegalEntityInfo in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement with parameters of type LegalEntityInfo Modifier and Type Method Description LegalEntityLegalEntities. create(LegalEntityInfo request)LegalEntityLegalEntities. update(String legalEntityId, LegalEntityInfo request)
-