Skip to content

Commit

Permalink
add IsPromotionalPrice, PromotionalDealNumber to CommonGoodItem
Browse files Browse the repository at this point in the history
  • Loading branch information
aakostyukevich committed Oct 10, 2023
1 parent 46860a4 commit d4f97a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EdiApi.Client/Types/Internal/GoodItems/CommonGoodItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f97a5

Please sign in to comment.