Merge pull request #2 from ismakov-dh/master

Added several Patry struct fields
This commit is contained in:
Alex 2021-02-17 18:57:05 +03:00 committed by GitHub
commit 1c3397b05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,11 +287,20 @@ type (
Full string `json:"full"`
Short string `json:"short"`
} `json:"name"`
Inn string `json:"inn"`
Ogrn string `json:"ogrn"`
Okpo string `json:"okpo"`
Okved string `json:"okved"`
Okveds string `json:"okveds"`
Inn string `json:"inn"`
Ogrn string `json:"ogrn"`
Okato string `json:"okato"`
Oktmo string `json:"oktmo"`
Okpo string `json:"okpo"`
Okogu string `json:"okogu"`
Okfs string `json:"okfs"`
Okved string `json:"okved"`
Okveds []*struct {
Main bool `json:"main"`
Type string `json:"type"`
Code string `json:"code"`
Name string `json:"name"`
} `json:"okveds"`
Authorities string `json:"authorities"`
Documents string `json:"documents"`
Licenses string `json:"licenses"`