Package-level declarations

Types

Link copied to clipboard
data class APIBrand(val id: String, val label: String)

Stores information about Manufacturer as returned by the BeMAP APi

Link copied to clipboard
data class APIManufacturersResponse(val brands: List<APIBrand>)

Wrapper around a list of manufacturers (brands) returned by the BeMAP API