Skip to content

Commit

Permalink
Merge pull request #46 from AndreyProkofyev/1.1
Browse files Browse the repository at this point in the history
DADATA - added federal_district property
  • Loading branch information
Sergei Kasatkin authored Mar 13, 2020
2 parents 40d9727 + 81cc66b commit 85d9315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Response/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -564,11 +564,17 @@ class Address extends AbstractResponse
* @var string ISO-код страны
*/
public $country_iso_code;

/**
* @var string ISO-код региона
*/
public $region_iso_code;

/**
* @var string Федеральный округ РФ
*/
public $federal_district;

public function __toString()
{
return (string)$this->result;
Expand Down

0 comments on commit 85d9315

Please sign in to comment.