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 bd26251 + 362398b commit a5b9a9bCopy full SHA for a5b9a9b
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