Package

eu.shiftforward.adstax.productfeeder

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class ProductItem(id: String, attributes: Map[String, Any], lastUpdated: DateTime = DateTime.now()) extends Product with Serializable

    Permalink

    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

  1. object ProductItem extends Serializable

    Permalink

Ungrouped