class CategoriesStatsInfo
Represents categories stats by total brutto, amount of sold products for all categories and list of categories stats in particular.
CategoriesStatsInfo()
Represents categories stats by total brutto, amount of sold products for all categories and list of categories stats in particular. |
lateinit var categoryStats: List<CategoryStatsInfo> |
|
var totalBrutto: Long |
|
var totalProductsSold: Long |