Skip to content

Commit 0a01fea

Browse files
authored
Merge pull request #37 from igoryan-k/main
Adding IsBuyBoxWinner field into OfferElement
2 parents bc912ca + 4b53ff6 commit 0a01fea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Source/FikaAmazonAPI/NotificationMessages/OfferElement.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ public partial class OfferElement
2929
[JsonProperty("IsFulfilledByAmazon")]
3030
public bool IsFulfilledByAmazon { get; set; }
3131

32+
/// <summary>
33+
/// Indicates if the offer is buy box winner
34+
/// </summary>
35+
[JsonProperty("IsBuyBoxWinner")]
36+
public bool IsBuyBoxWinner { get; set; }
37+
3238
/// <summary>
3339
/// An explanation about the purpose of this instance.
3440
/// </summary>

0 commit comments

Comments
 (0)