Skip to content

Commit

Permalink
Merge pull request abuzuhri#750 from kevinvenclovas/688
Browse files Browse the repository at this point in the history
  • Loading branch information
abuzuhri authored Jul 12, 2024
2 parents 04e6e86 + 1aef11d commit 19d0d9f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ public class AdjustedItem
}

public class AdjustmentBuyerPrice
{
{
[XmlElement(ElementName = "Component")]
public List<AdjustmentBuyerPriceComponent> Component { get; set; }
}

public class AdjustmentBuyerPriceComponent
{
[XmlElement(ElementName = "Type")]
public AdjustmentBuyerTypePrice BuyerPriceType { get; set; }

Expand Down

0 comments on commit 19d0d9f

Please sign in to comment.