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 8443be9 + 8e8b600 commit 815e33dCopy full SHA for 815e33d
Source/FikaAmazonAPI/ConstructFeed/Messages/PriceMessage.cs
@@ -7,5 +7,8 @@ public class PriceMessage
7
public StandardPrice StandardPrice { get; set; }
8
9
public Sale Sale { get; set; }
10
+ public decimal BusinessPrice { get; set; }
11
+ public StandardPrice MinimumSellerAllowedPrice { get; set; }
12
+ public StandardPrice MaximumSellerAllowedPrice { get; set; }
13
}
14
0 commit comments