AccountAdapter
interface AccountAdapter
Adapter interface for interacting with the Account Domain.
This interface provides methods to perform operations related to accounts.
Functions
Link copied to clipboard
Completes the import process for a bank connection with the specified bankConnectionId.
Link copied to clipboard
Deletes the account with the specified accountId.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun importAccount(importAccount: ImportBankConnectionRequestDto): ImportBankConnectionResponseDto
Imports a bank connection using the provided importAccount request.
Link copied to clipboard
Link copied to clipboard
abstract fun importBankConnectionCallbackFinAPI(bankConnectionId: String, importBankConnectionFinAPIRequestDto: ImportBankConnectionFinAPIRequestDto)
Imports a bank connection callback from finAPI.
Link copied to clipboard
Saves account name/alias for the logged-in user.
Link copied to clipboard
abstract fun searchAccounts(page: Int, size: Int, sortOrder: List<SortOrder>, accountRequestData: AccountDataRequestDto, includeBankData: Boolean): AccountsResponseDto
Searches for accounts based on the specified parameters.