diff --git a/EdiApi.Client/Types/Internal/GoodItems/CommonGoodItem.cs b/EdiApi.Client/Types/Internal/GoodItems/CommonGoodItem.cs index dc34132..b4b7569 100644 --- a/EdiApi.Client/Types/Internal/GoodItems/CommonGoodItem.cs +++ b/EdiApi.Client/Types/Internal/GoodItems/CommonGoodItem.cs @@ -71,6 +71,10 @@ public class CommonGoodItem : GoodItemBase public string UltimateCustomerGln { get; set; } public GoodItemAdditionalInfo AdditionalInfo { get; set; } + + public bool IsPromotionalPrice { get; set; } + + public string PromotionalDealNumber { get; set; } } public class CustomDeclaration