Skip to content

Commit a66d0e3

Browse files
committed
Made properties public for AdjustmentBuyerPrice.
1 parent 679d4b0 commit a66d0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/FikaAmazonAPI/ConstructFeed/Messages/OrderAdjustmentMessage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public class AdjustedItem
4848
public class AdjustmentBuyerPrice
4949
{
5050
[XmlElement(ElementName = "Type")]
51-
AdjustmentBuyerTypePrice BuyerPriceType { get; set; }
51+
public AdjustmentBuyerTypePrice BuyerPriceType { get; set; }
5252

5353
[XmlElement(ElementName = "Amount")]
54-
CurrencyAmount Amount { get; set; }
54+
public CurrencyAmount Amount { get; set; }
5555
}
5656

5757
public class PromotionAdjustments

0 commit comments

Comments
 (0)