ApiBankAccountService

fun ApiBankAccountService(apiKey: String)
fun ApiBankAccountService(apiKey: String, backendUrl: String)
fun ApiBankAccountService(apiKey: String, client: OkHttpClient)
fun ApiBankAccountService(apiKey: String, client: OkHttpClient = defaultClient, backendUrl: String = defaultBackendUrl)