File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/src/commonMain/kotlin/com/algolia/client/model/insights Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import kotlinx.serialization.json.*
11
11
import kotlin.jvm.JvmInline
12
12
13
13
/* *
14
- * Total price of a product, including any discounts, in units of `currency`.
14
+ * Final price of a single product, including any discounts, in units of `currency`.
15
15
*
16
16
* Implementations:
17
17
* - [Double] - *[Price.of]*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import kotlinx.serialization.json.*
11
11
import kotlin.jvm.JvmInline
12
12
13
13
/* *
14
- * Total monetary value of this event in units of `currency`.
14
+ * Total monetary value of this event in units of `currency`. This should be equal to the sum of `price` times `quantity`.
15
15
*
16
16
* Implementations:
17
17
* - [Double] - *[Value.of]*
You can’t perform that action at this time.
0 commit comments