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)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type EntityReference Modifier and Type Method Description List<EntityReference>LegalEntity. getDocuments()Deprecated.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.voidLegalEntity. setDocuments(List<EntityReference> documents)Deprecated.
-