Uses of Class
com.adyen.model.legalentitymanagement.LegalEntityAssociation
-
Packages that use LegalEntityAssociation Package Description com.adyen.model.legalentitymanagement -
-
Uses of LegalEntityAssociation in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return LegalEntityAssociation Modifier and Type Method Description LegalEntityAssociationLegalEntityAssociation. addSettlorExemptionReasonItem(String settlorExemptionReasonItem)LegalEntityAssociationLegalEntityAssociation. associatorId(String associatorId)The unique identifier of another legal entity with which the `legalEntityId` is associated.LegalEntityAssociationLegalEntityAssociation. entityType(String entityType)The legal entity type of associated legal entity.static LegalEntityAssociationLegalEntityAssociation. fromJson(String jsonString)Create an instance of LegalEntityAssociation given an JSON stringLegalEntityAssociationLegalEntityAssociation. jobTitle(String jobTitle)The individual's job title if the `type` is **uboThroughControl** or **signatory**.LegalEntityAssociationLegalEntityAssociation. legalEntityId(String legalEntityId)The unique identifier of the associated [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id).LegalEntityAssociationLegalEntityAssociation. name(String name)The name of the associated [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id)LegalEntityAssociationLegalEntityAssociation. relationship(String relationship)The individual's relationship to a legal representative if the `type` is **legalRepresentative**.LegalEntityAssociationLegalEntityAssociation. settlorExemptionReason(List<String> settlorExemptionReason)Defines the KYC exemption reason for a settlor associated with a trust.LegalEntityAssociationLegalEntityAssociation. type(LegalEntityAssociation.TypeEnum type)Defines the relationship of the legal entity to the current legal entity.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type LegalEntityAssociation Modifier and Type Method Description List<LegalEntityAssociation>LegalEntity. getEntityAssociations()List of legal entities associated with the current legal entity.List<LegalEntityAssociation>LegalEntityInfo. getEntityAssociations()List of legal entities associated with the current legal entity.List<LegalEntityAssociation>LegalEntityInfoRequiredType. getEntityAssociations()List of legal entities associated with the current legal entity.Methods in com.adyen.model.legalentitymanagement with parameters of type LegalEntityAssociation Modifier and Type Method Description LegalEntityLegalEntity. addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem)LegalEntityInfoLegalEntityInfo. addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem)LegalEntityInfoRequiredTypeLegalEntityInfoRequiredType. addEntityAssociationsItem(LegalEntityAssociation entityAssociationsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type LegalEntityAssociation Modifier and Type Method Description LegalEntityLegalEntity. entityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.LegalEntityInfoLegalEntityInfo. entityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.LegalEntityInfoRequiredTypeLegalEntityInfoRequiredType. entityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.voidLegalEntity. setEntityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.voidLegalEntityInfo. setEntityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.voidLegalEntityInfoRequiredType. setEntityAssociations(List<LegalEntityAssociation> entityAssociations)List of legal entities associated with the current legal entity.
-