Skip to content

Commit 18e8e5f

Browse files
algolia-botkai687
andcommitted
fix(specs): value/price clarifications in the Insights API (generated)
algolia/api-clients-automation#5154 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 2251bcc commit 18e8e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/insights/Price.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import kotlinx.serialization.json.*
1111
import kotlin.jvm.JvmInline
1212

1313
/**
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`.
1515
*
1616
* Implementations:
1717
* - [Double] - *[Price.of]*

client/src/commonMain/kotlin/com/algolia/client/model/insights/Value.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import kotlinx.serialization.json.*
1111
import kotlin.jvm.JvmInline
1212

1313
/**
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`.
1515
*
1616
* Implementations:
1717
* - [Double] - *[Value.of]*

0 commit comments

Comments
 (0)