Skip to content

Commit 19d0d9f

Browse files
authored
Merge pull request #750 from kevinvenclovas/688
2 parents 04e6e86 + 1aef11d commit 19d0d9f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Source/FikaAmazonAPI/ConstructFeed/Messages/OrderAdjustmentMessage.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ public class AdjustedItem
4646
}
4747

4848
public class AdjustmentBuyerPrice
49-
{
49+
{
50+
[XmlElement(ElementName = "Component")]
51+
public List<AdjustmentBuyerPriceComponent> Component { get; set; }
52+
}
53+
54+
public class AdjustmentBuyerPriceComponent
55+
{
5056
[XmlElement(ElementName = "Type")]
5157
public AdjustmentBuyerTypePrice BuyerPriceType { get; set; }
5258

0 commit comments

Comments
 (0)