File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
algoliasearch/Models/Insights Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515namespace Algolia . Search . Models . Insights ;
1616
1717/// <summary>
18- /// Total price of a product, including any discounts, in units of `currency`.
18+ /// Final price of a single product, including any discounts, in units of `currency`.
1919/// </summary>
2020[ JsonConverter ( typeof ( PriceJsonConverter ) ) ]
2121public partial class Price : AbstractSchema
Original file line number Diff line number Diff line change 1515namespace Algolia . Search . Models . Insights ;
1616
1717/// <summary>
18- /// Total monetary value of this event in units of `currency`.
18+ /// Total monetary value of this event in units of `currency`. This should be equal to the sum of `price` times `quantity`.
1919/// </summary>
2020[ JsonConverter ( typeof ( ValueJsonConverter ) ) ]
2121public partial class Value : AbstractSchema
You can’t perform that action at this time.
0 commit comments