Zync SDK
Toggle table of contents
1.0.36-alpha.40
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.product.models
/
ZyncProductLocationItem
Zync
Product
Location
Item
data
class
ZyncProductLocationItem
(
val
locationUid
:
String
,
val
locationName
:
String
,
val
quantity
:
Double
=
0.0
,
val
minQuantity
:
Double
=
0.0
,
val
serialNumbers
:
List
<
String
>
=
emptyList()
)
Represents product inventory at a specific location.
Members
Constructors
Zync
Product
Location
Item
Link copied to clipboard
constructor
(
locationUid
:
String
,
locationName
:
String
,
quantity
:
Double
=
0.0
,
minQuantity
:
Double
=
0.0
,
serialNumbers
:
List
<
String
>
=
emptyList()
)
Properties
location
Name
Link copied to clipboard
val
locationName
:
String
location
Uid
Link copied to clipboard
val
locationUid
:
String
min
Quantity
Link copied to clipboard
val
minQuantity
:
Double
=
0.0
quantity
Link copied to clipboard
val
quantity
:
Double
=
0.0
serial
Numbers
Link copied to clipboard
val
serialNumbers
:
List
<
String
>