ProductRemovedFromStock

case ProductRemovedFromStock(quantity: Quantity, product: Product)

Received when a product is removed from the stock.

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product