AvailableStock

final case class AvailableStock(availableStock: Map[Product, AvailableQuantity])

The currently available products in stock; each one is available in a certain quantity (that could also be zero if the product is out-of-stock).

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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