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 1111import java .io .IOException ;
1212import java .util .logging .Logger ;
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@ JsonDeserialize (using = Price .Deserializer .class )
1616public interface Price {
1717 // Price as Double wrapper.
Original file line number Diff line number Diff line change 1111import java .io .IOException ;
1212import java .util .logging .Logger ;
1313
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+ */
1518@ JsonDeserialize (using = Value .Deserializer .class )
1619public interface Value {
1720 // Value as Double wrapper.
You can’t perform that action at this time.
0 commit comments