Skip to content

Commit

Permalink
Merge pull request #11 from skbkontur/add-russian-address-block
Browse files Browse the repository at this point in the history
Add property RussianAddressInfo.Block
  • Loading branch information
belykhvd authored Sep 10, 2021
2 parents 05d70a2 + f87653f commit b0e306b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions EdiApi.Client/Types/Organization/RussianAddressInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class RussianAddressInfo
public string Village { get; set; }
public string Street { get; set; }
public string House { get; set; }
public string Block { get; set; }
public string Flat { get; set; }
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.302"
"version": "~5.0.302"
}
}

0 comments on commit b0e306b

Please sign in to comment.