File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
algoliasearch/src/main/java/com/algolia/model/insights Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
11
import java .io .IOException ;
12
12
import java .util .logging .Logger ;
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
@ JsonDeserialize (using = Price .Deserializer .class )
16
16
public interface Price {
17
17
// Price as Double wrapper.
Original file line number Diff line number Diff line change 11
11
import java .io .IOException ;
12
12
import java .util .logging .Logger ;
13
13
14
- /** Total monetary value of this event in units of `currency`. */
14
+ /**
15
+ * Total monetary value of this event in units of `currency`. This should be equal to the sum of
16
+ * `price` times `quantity`.
17
+ */
15
18
@ JsonDeserialize (using = Value .Deserializer .class )
16
19
public interface Value {
17
20
// Value as Double wrapper.
You can’t perform that action at this time.
0 commit comments