We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990b36a + 0542805 commit 40d9727Copy full SHA for 40d9727
1 file changed
src/Response/Address.php
@@ -560,8 +560,17 @@ class Address extends AbstractResponse
560
*/
561
public $metro;
562
563
+ /**
564
+ * @var string ISO-код страны
565
+ */
566
+ public $country_iso_code;
567
568
+ * @var string ISO-код региона
569
570
+ public $region_iso_code;
571
+
572
public function __toString()
573
{
- return (string) $this->result;
574
+ return (string)$this->result;
575
}
576
0 commit comments