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 0c2e07f commit e30f6baCopy full SHA for e30f6ba
lib/algolia/models/insights/price.rb
@@ -7,7 +7,7 @@
7
8
module Algolia
9
module Insights
10
- # 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`.
11
module Price
12
class << self
13
# List of class defined in oneOf (OpenAPI v3)
lib/algolia/models/insights/value.rb
- # 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`.
module Value
0 commit comments