Uses of Class
com.adyen.model.legalentitymanagement.DocumentReference
-
Packages that use DocumentReference Package Description com.adyen.model.legalentitymanagement -
-
Uses of DocumentReference in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return DocumentReference Modifier and Type Method Description DocumentReferenceDocumentReference. active(Boolean active)Identifies whether the document is active and used for checks.DocumentReferenceDocumentReference. addPagesItem(DocumentPage pagesItem)DocumentReferenceDocumentReference. description(String description)Your description for the document.DocumentReferenceDocumentReference. fileName(String fileName)Document name.static DocumentReferenceDocumentReference. fromJson(String jsonString)Create an instance of DocumentReference given an JSON stringDocumentReferenceDocumentReference. id(String id)The unique identifier of the resource.DocumentReferenceDocumentReference. modificationDate(OffsetDateTime modificationDate)The modification date of the document.DocumentReferenceDocumentReference. pages(List<DocumentPage> pages)List of document pagesDocumentReferenceDocumentReference. type(String type)Type of document, used when providing an ID number or uploading a document.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type DocumentReference Modifier and Type Method Description List<DocumentReference>LegalEntity. getDocumentDetails()List of documents uploaded for the legal entity.List<DocumentReference>TransferInstrument. getDocumentDetails()List of documents uploaded for the transfer instrument.Methods in com.adyen.model.legalentitymanagement with parameters of type DocumentReference Modifier and Type Method Description LegalEntityLegalEntity. addDocumentDetailsItem(DocumentReference documentDetailsItem)TransferInstrumentTransferInstrument. addDocumentDetailsItem(DocumentReference documentDetailsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type DocumentReference Modifier and Type Method Description LegalEntityLegalEntity. documentDetails(List<DocumentReference> documentDetails)List of documents uploaded for the legal entity.TransferInstrumentTransferInstrument. documentDetails(List<DocumentReference> documentDetails)List of documents uploaded for the transfer instrument.voidLegalEntity. setDocumentDetails(List<DocumentReference> documentDetails)List of documents uploaded for the legal entity.voidTransferInstrument. setDocumentDetails(List<DocumentReference> documentDetails)List of documents uploaded for the transfer instrument.
-