package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
ProductItem(id: String, attributes: Map[String, Any], lastUpdated: DateTime = DateTime.now()) extends Product with Serializable
Represents a product.
Represents a product.
- id
its unique id
- attributes
a map of attributes
- lastUpdated
a timestamp for when this product was last updated
Value Members
- object ProductItem extends Serializable