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)DocumentReferenceDocumentReference. addPagesItem(DocumentPage pagesItem)DocumentReferenceDocumentReference. description(String description)DocumentReferenceDocumentReference. fileName(String fileName)static DocumentReferenceDocumentReference. fromJson(String jsonString)Create an instance of DocumentReference given an JSON stringDocumentReferenceDocumentReference. id(String id)DocumentReferenceDocumentReference. modificationDate(OffsetDateTime modificationDate)DocumentReferenceDocumentReference. pages(List<DocumentPage> pages)DocumentReferenceDocumentReference. type(String type)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)TransferInstrumentTransferInstrument. documentDetails(List<DocumentReference> documentDetails)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.
-