Skip to content

Commit

Permalink
Update Address.php
Browse files Browse the repository at this point in the history
  • Loading branch information
glendemon authored May 26, 2020
1 parent 323687c commit 807db18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @property $region Субъект
* @property $region_fias_id ФИАС код региона (не заполняется)
* @property $region_kladr_id КЛАДР код региона (не заполняется)
* @property $region_iso_code ISO-код региона
* @property $area_with_type Район в регионе с типом
* @property $area_type Тип района (сокращенный)
* @property $area_type_full Тип района
Expand Down Expand Up @@ -81,4 +82,4 @@
class Address extends ResponseData
{

}
}

0 comments on commit 807db18

Please sign in to comment.