class ProductsStatsInfo
Represents products stats by total brutto, amount of sold products and list of product stats in particular.
ProductsStatsInfo()
Represents products stats by total brutto, amount of sold products and list of product stats in particular. |
lateinit var productStats: List<ProductStatsInfo>
Stats by product in particular. |
|
var totalBrutto: Long
Total stats by sales brutto. |
|
var totalProductsSold: Long
Total amount of sold products. |