Skip to content

Commit 81cc66b

Browse files
DADATA - added federal_district property
1 parent 40d9727 commit 81cc66b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Response/Address.php

+6
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,17 @@ class Address extends AbstractResponse
564564
* @var string ISO-код страны
565565
*/
566566
public $country_iso_code;
567+
567568
/**
568569
* @var string ISO-код региона
569570
*/
570571
public $region_iso_code;
571572

573+
/**
574+
* @var string Федеральный округ РФ
575+
*/
576+
public $federal_district;
577+
572578
public function __toString()
573579
{
574580
return (string)$this->result;

0 commit comments

Comments
 (0)