Skip to content

Commit e9e54b6

Browse files
algolia-botkai687
andcommitted
fix(specs): value/price clarifications in the Insights API (generated)
algolia/api-clients-automation#5154 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent e83b13f commit e9e54b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algoliasearch/Models/Insights/Price.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace 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))]
2121
public partial class Price : AbstractSchema

algoliasearch/Models/Insights/Value.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace 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))]
2121
public partial class Value : AbstractSchema

0 commit comments

Comments
 (0)