InventoryUpdated

data class InventoryUpdated(val productUid: String, val locationName: String, val oldQuantity: Double, val newQuantity: Double) : ProductChangeEvent

Constructors

Link copied to clipboard
constructor(productUid: String, locationName: String, oldQuantity: Double, newQuantity: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard