We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d28313 commit 4c389a3Copy full SHA for 4c389a3
src/main/scala/algoliasearch/insights/Price.scala
@@ -29,7 +29,7 @@ package algoliasearch.insights
29
30
import org.json4s._
31
32
-/** Total price of a product, including any discounts, in units of `currency`.
+/** Final price of a single product, including any discounts, in units of `currency`.
33
*/
34
sealed trait Price
35
src/main/scala/algoliasearch/insights/Value.scala
@@ -29,7 +29,8 @@ package algoliasearch.insights
-/** Total monetary value of this event in units of `currency`.
+/** Total monetary value of this event in units of `currency`. This should be equal to the sum of `price` times
+ * `quantity`.
sealed trait Value
36
0 commit comments