PriceUpdated

data class PriceUpdated(val productUid: String, val oldPrice: Double?, val newPrice: Double?) : ProductChangeEvent

Constructors

Link copied to clipboard
constructor(productUid: String, oldPrice: Double?, newPrice: Double?)

Properties

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