We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40d9727 + 81cc66b commit 85d9315Copy full SHA for 85d9315
1 file changed
src/Response/Address.php
@@ -564,11 +564,17 @@ class Address extends AbstractResponse
564
* @var string ISO-код страны
565
*/
566
public $country_iso_code;
567
+
568
/**
569
* @var string ISO-код региона
570
571
public $region_iso_code;
572
573
+ /**
574
+ * @var string Федеральный округ РФ
575
+ */
576
+ public $federal_district;
577
578
public function __toString()
579
{
580
return (string)$this->result;
0 commit comments