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
/
ProductLocation
/
ProductLocation
Product
Location
constructor
(
locationUid
:
String
?
=
null
,
locationName
:
String
,
quantity
:
Double
=
0.0
,
minQuantity
:
Double
=
0.0
,
serialNumbers
:
List
<
String
>
=
emptyList()
,
isDeleted
:
Boolean
=
false
)