You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/FikaAmazonAPI/AmazonSpApiSDK/Models/ProductPricing/Summary.cs
+43-26Lines changed: 43 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -28,38 +28,40 @@ public partial class Summary : IEquatable<Summary>, IValidatableObject
28
28
/// Initializes a new instance of the <see cref="Summary" /> class.
29
29
/// </summary>
30
30
[JsonConstructorAttribute]
31
-
publicSummary(){}
31
+
protectedSummary(){}
32
32
/// <summary>
33
33
/// Initializes a new instance of the <see cref="Summary" /> class.
34
34
/// </summary>
35
-
/// <param name="TotalOfferCount">The number of unique offers contained in NumberOfOffers. (required).</param>
36
-
/// <param name="NumberOfOffers">A list that contains the total number of offers for the item for the given conditions and fulfillment channels..</param>
37
-
/// <param name="LowestPrices">A list of the lowest prices for the item..</param>
38
-
/// <param name="BuyBoxPrices">A list of item prices..</param>
39
-
/// <param name="ListPrice">The list price of the item as suggested by the manufacturer..</param>
40
-
/// <param name="CompetitivePriceThreshold">This price is based on competitive prices from other retailers (excluding other Amazon sellers). The offer may be ineligible for the Buy Box if the seller's price + shipping (minus Amazon Points) is greater than this competitive price..</param>
41
-
/// <param name="SuggestedLowerPricePlusShipping">The suggested lower price of the item, including shipping and Amazon Points. The suggested lower price is based on a range of factors, including historical selling prices, recent Buy Box-eligible prices, and input from customers for your products..</param>
42
-
/// <param name="BuyBoxEligibleOffers">A list that contains the total number of offers that are eligible for the Buy Box for the given conditions and fulfillment channels..</param>
43
-
/// <param name="OffersAvailableTime">When the status is ActiveButTooSoonForProcessing, this is the time when the offers will be available for processing..</param>
/// <param name="totalOfferCount">The number of unique offers contained in NumberOfOffers. (required).</param>
36
+
/// <param name="numberOfOffers">A list that contains the total number of offers for the item for the given conditions and fulfillment channels..</param>
37
+
/// <param name="lowestPrices">A list of the lowest prices for the item..</param>
38
+
/// <param name="buyBoxPrices">A list of item prices..</param>
39
+
/// <param name="listPrice">The list price of the item as suggested by the manufacturer..</param>
40
+
/// <param name="competitivePriceThreshold">This price is based on competitive prices from other retailers (excluding other Amazon sellers). The offer may be ineligible for the Buy Box if the seller's price + shipping (minus Amazon Points) is greater than this competitive price..</param>
41
+
/// <param name="suggestedLowerPricePlusShipping">The suggested lower price of the item, including shipping and Amazon Points. The suggested lower price is based on a range of factors, including historical selling prices, recent Buy Box-eligible prices, and input from customers for your products..</param>
42
+
/// <param name="salesRankings">A list that contains the sales rank of the item in the given product categories..</param>
43
+
/// <param name="buyBoxEligibleOffers">A list that contains the total number of offers that are eligible for the Buy Box for the given conditions and fulfillment channels..</param>
44
+
/// <param name="offersAvailableTime">When the status is ActiveButTooSoonForProcessing, this is the time when the offers will be available for processing..</param>
0 commit comments