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
/
ZyncProductLocationItem
/
ZyncProductLocationItem
Zync
Product
Location
Item
constructor
(
locationUid
:
String
,
locationName
:
String
,
locationType
:
String
?
=
null
,
locationDescription
:
String
?
=
null
,
locationAccess
:
String
?
=
null
,
quantity
:
Double
=
0.0
,
minQuantity
:
Double
=
0.0
,
serialNumbers
:
List
<
String
>
=
emptyList()
)