ImportedBankConnectionsResponseDto
data class ImportedBankConnectionsResponseDto(var bankConnections: MutableList<ImportedBankConnectionDto>)
Response object for imported Bank connection.
Parameters
bankConnections