ObjectData

algoliasearch.insights.ObjectData
case class ObjectData(price: Option[Price], quantity: Option[Int], discount: Option[Discount])

ObjectData

Value parameters

quantity

Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of quantity multiplied with the price for each purchased item.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product