Skip to content

Commit 1aef11d

Browse files
author
Kevin Venclovas
committed
1 parent 97832bb commit 1aef11d

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)