getBankDocumentById

abstract fun getBankDocumentById(bankDocumentId: String): BankDocumentDto

Retrieves the bank document with the specified id.

Return

The Bank Document with the specified id.

Parameters

bankDocumentId

The ID of the bank document to be returned.