Package openfoodfacts. github. scrachx. openfood. models. entities. store
Types
Link copied to clipboard
Link copied to clipboard
class StoreResponse( code: String, names: Map<String, String>, wikiDataCode: String? = null) : EntityResponse<Store>
Content copied to clipboard
Link copied to clipboard
class StoresWrapper(stores: List<EntityResponse<Store>>) : EntityWrapper<Store>
Content copied to clipboard
Link copied to clipboard