BankDocumentAdapter
interface BankDocumentAdapter
Adapter interface for interacting with the Bank Document Domain.
This interface provides methods to perform operations related to bank documents.
Functions
Link copied to clipboard
abstract fun getAllBankDocumentCategories(sortOrder: List<SortOrder>): List<BankDocumentCategoryDto>
Returns all Document Categories of the user.
Link copied to clipboard
Link copied to clipboard
Retrieves the bank document with the specified id.
Link copied to clipboard
Marks multiple Bank Documents as read(set dateRead on the current server time).
Link copied to clipboard
abstract fun searchBankDocuments(searchBankDocumentsRequestDto: SearchBankDocumentsRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>): BankDocumentsPageDto
Searches for bank documents based on the specified parameters.