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
/
ProductChangeEvent
/
InventoryUpdated
Inventory
Updated
data
class
InventoryUpdated
(
val
productUid
:
String
,
val
locationName
:
String
,
val
oldQuantity
:
Double
,
val
newQuantity
:
Double
)
:
ProductChangeEvent
Members
Constructors
Inventory
Updated
Link copied to clipboard
constructor
(
productUid
:
String
,
locationName
:
String
,
oldQuantity
:
Double
,
newQuantity
:
Double
)
Properties
location
Name
Link copied to clipboard
val
locationName
:
String
new
Quantity
Link copied to clipboard
val
newQuantity
:
Double
old
Quantity
Link copied to clipboard
val
oldQuantity
:
Double
product
Uid
Link copied to clipboard
val
productUid
:
String