Skip to content

Commit

Permalink
Merge pull request #12 from cmazx/add-country-location
Browse files Browse the repository at this point in the history
Okopf code added
  • Loading branch information
turboezh authored Jul 19, 2022
2 parents 5644d8b + acb3b79 commit 0a95838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ type (

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

0 comments on commit 0a95838

Please sign in to comment.