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 45f9f0e commit ee151b1Copy full SHA for ee151b1
algoliasearch/insights/models/price.py
@@ -20,7 +20,7 @@
20
21
class Price(BaseModel):
22
"""
23
- 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`.
24
25
26
oneof_schema_1_validator: Optional[float] = Field(default=None)
algoliasearch/insights/models/value.py
class Value(BaseModel):
- 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`.
0 commit comments