apidocs / com.srv4pos.server.api.category / CategoriesStatsInfo

CategoriesStatsInfo

class CategoriesStatsInfo

Represents categories stats by total brutto, amount of sold products for all categories and list of categories stats in particular.

Constructors

<init>

CategoriesStatsInfo()

Represents categories stats by total brutto, amount of sold products for all categories and list of categories stats in particular.

Properties

categoryStats

lateinit var categoryStats: List<CategoryStatsInfo>

totalBrutto

var totalBrutto: Long

totalProductsSold

var totalProductsSold: Long