Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.product.models
/
ProductStats
/
ProductStats
Product
Stats
constructor
(
totalProducts
:
Int
,
availableProducts
:
Int
,
lowStockProducts
:
Int
,
outOfStockProducts
:
Int
,
totalInventoryValue
:
Double
?
=
null
,
averageProductPrice
:
Double
?
=
null
,
topSellingProducts
:
List
<
String
>
?
=
null
,
reorderRequiredCount
:
Int
?
=
null
)