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 15
15
namespace Algolia . Search . Models . Insights ;
16
16
17
17
/// <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`.
19
19
/// </summary>
20
20
[ JsonConverter ( typeof ( PriceJsonConverter ) ) ]
21
21
public partial class Price : AbstractSchema
Original file line number Diff line number Diff line change 15
15
namespace Algolia . Search . Models . Insights ;
16
16
17
17
/// <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`.
19
19
/// </summary>
20
20
[ JsonConverter ( typeof ( ValueJsonConverter ) ) ]
21
21
public partial class Value : AbstractSchema
You can’t perform that action at this time.
0 commit comments