Merge pull request #12 from cmazx/add-country-location

Okopf code added
This commit is contained in:
Alex 2022-07-19 17:00:00 +03:00 committed by GitHub
commit 0a95838274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,6 +248,7 @@ type (
// OrganizationOPF Тип Кредитной организации
OrganizationOPF struct {
Code string `json:"code"` // код ОКОПФ
Type string `json:"type"` // Тип кредитной организации
Full string `json:"full"` // Тип кредитной организации (на русском)
Short string `json:"short"` // Тип кредитной организации (на русском, сокращенный)