Uses of Class
com.adyen.model.legalentitymanagement.EntityReference
-
Packages that use EntityReference Package Description com.adyen.model.legalentitymanagement -
-
Uses of EntityReference in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return EntityReference Modifier and Type Method Description static EntityReferenceEntityReference. fromJson(String jsonString)Create an instance of EntityReference given an JSON stringEntityReferenceEntityReference. id(String id)The unique identifier of the resource.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type EntityReference Modifier and Type Method Description List<EntityReference>LegalEntity. getDocuments()Deprecated.since Legal Entity Management API v1 Use the `documentDetails` array instead.Methods in com.adyen.model.legalentitymanagement with parameters of type EntityReference Modifier and Type Method Description LegalEntityLegalEntity. addDocumentsItem(EntityReference documentsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type EntityReference Modifier and Type Method Description LegalEntityLegalEntity. documents(List<EntityReference> documents)Deprecated.since Legal Entity Management API v1 Use the `documentDetails` array instead.voidLegalEntity. setDocuments(List<EntityReference> documents)Deprecated.since Legal Entity Management API v1 Use the `documentDetails` array instead.
-