Uses of Class
com.adyen.model.legalentitymanagement.Document
-
Packages that use Document Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of Document in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Document Modifier and Type Method Description DocumentDocument. addAttachmentsItem(Attachment attachmentsItem)DocumentDocument. attachment(Attachment attachment)DocumentDocument. attachments(List<Attachment> attachments)DocumentDocument. description(String description)DocumentDocument. expiryDate(String expiryDate)DocumentDocument. fileName(String fileName)static DocumentDocument. fromJson(String jsonString)Create an instance of Document given an JSON stringDocumentDocument. issuerCountry(String issuerCountry)DocumentDocument. issuerState(String issuerState)DocumentDocument. number(String number)DocumentDocument. owner(OwnerEntity owner)DocumentDocument. type(Document.TypeEnum type) -
Uses of Document in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return Document Modifier and Type Method Description DocumentDocuments. create(Document request)DocumentDocuments. retrieve(String documentId)DocumentDocuments. update(String documentId, Document request)Methods in com.adyen.service.legalentitymanagement with parameters of type Document Modifier and Type Method Description DocumentDocuments. create(Document request)DocumentDocuments. update(String documentId, Document request)
-