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 04e6e86 + 1aef11d commit 19d0d9fCopy full SHA for 19d0d9f
Source/FikaAmazonAPI/ConstructFeed/Messages/OrderAdjustmentMessage.cs
@@ -46,7 +46,13 @@ public class AdjustedItem
46
}
47
48
public class AdjustmentBuyerPrice
49
- {
+ {
50
+ [XmlElement(ElementName = "Component")]
51
+ public List<AdjustmentBuyerPriceComponent> Component { get; set; }
52
+ }
53
+
54
+ public class AdjustmentBuyerPriceComponent
55
56
[XmlElement(ElementName = "Type")]
57
public AdjustmentBuyerTypePrice BuyerPriceType { get; set; }
58
0 commit comments