apidocs / com.srv4pos.server.api.product / ProductsStatsInfo

ProductsStatsInfo

class ProductsStatsInfo

Represents products stats by total brutto, amount of sold products and list of product stats in particular.

Constructors

<init>

ProductsStatsInfo()

Represents products stats by total brutto, amount of sold products and list of product stats in particular.

Properties

productStats

lateinit var productStats: List<ProductStatsInfo>

Stats by product in particular.

totalBrutto

var totalBrutto: Long

Total stats by sales brutto.

totalProductsSold

var totalProductsSold: Long

Total amount of sold products.