We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc912ca + 4b53ff6 commit 0a01feaCopy full SHA for 0a01fea
Source/FikaAmazonAPI/NotificationMessages/OfferElement.cs
@@ -29,6 +29,12 @@ public partial class OfferElement
29
[JsonProperty("IsFulfilledByAmazon")]
30
public bool IsFulfilledByAmazon { get; set; }
31
32
+ /// <summary>
33
+ /// Indicates if the offer is buy box winner
34
+ /// </summary>
35
+ [JsonProperty("IsBuyBoxWinner")]
36
+ public bool IsBuyBoxWinner { get; set; }
37
+
38
/// <summary>
39
/// An explanation about the purpose of this instance.
40
/// </summary>
0 commit comments