getRetailDepartments

abstract fun getRetailDepartments(brand: String): DataObserver<List<RetailDepartment>>

Provides an api to get a list of Retail clinics.

Return

The list of Retail RetailDepartments for the given brand.

Parameters

brand

The brand of clinics to fetch.

Throws