Skip to content

Commit

Permalink
add DocumentsSettingsForPartner.GoodItemsSettings.GtinIsRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Lugovykh committed Apr 18, 2024
1 parent 98b6284 commit 3ec9661
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions EdiApi.Client/Types/Messages/DocumentsSettingsForPartner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ public class DocumentsSettingsForPartner

/// <summary>Набор документов, которыми можно обмениваться с контрагентом</summary>
public DocumentSettings[] DocumentSettings { get; set; }

/// <summary>Настройки товарных позиций</summary>
public GoodItemsSettings GoodItemsSettings { get; set; }
}
}
9 changes: 9 additions & 0 deletions EdiApi.Client/Types/Messages/GoodItemsSettings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace SkbKontur.EdiApi.Client.Types.Messages
{
/// <summary>Настройки товарных позиций</summary>
public class GoodItemsSettings
{
/// <summary>GTIN требуется в товарной позиции</summary>
public bool GtinIsRequired { get; set; }
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.4",
"version": "2.5-pre.2",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 3ec9661

Please sign in to comment.