BankDocumentDto
constructor(id: String? = null, category: BankDocumentCategoryDto? = null, customerId: Any? = null, datePublishing: OffsetDateTime? = null, sourceObjectType: BankDocumentSourceObjectTypeDto? = null, sourceObjectNumber: String? = null, senderName: String? = null, dateRead: OffsetDateTime? = null, title: String? = null, content: String? = null, folder: FolderTypeDto? = null, relevance: RelevanceTypeDto? = null, deleted: Boolean? = null, attachments: MutableList<AttachmentMetadataDto>? = null)
Parameters
id
ID of the Bank Document.
category
customerId
Customer ID for which the portfolios are to be displayed. This function is primarily intended for advisors who have access to the portfolio. A verification of the access authorization is done via the backend. If the field is left blank, the current user will be used.
datePublishing
Date when the document was published to the user.
sourceObjectType
sourceObjectNumber
Number of the corresponding source type (e.g. contract number, customer number).
senderName
The name of the actual document sender. May be used for display in the UI.
dateRead
the date when the document was read.
title
The subject of the message or the title of the document.
content
The text of the message or a summary of the document.
folder
relevance
deleted
Flag, whether document has been marked as deleted
attachments