Package openfoodfacts. github. scrachx. openfood. models. entities. brand
Types
Link copied to clipboard
Link copied to clipboard
class BrandResponse( code: String, names: Map<String, String>, wikiDataCode: String? = null) : EntityResponse<Brand>
Content copied to clipboard
Link copied to clipboard
class BrandsWrapper(brands: List<EntityResponse<Brand>>) : EntityWrapper<Brand>
Content copied to clipboard
Link copied to clipboard