Skip to content

Commit c746123

Browse files
author
Sergei Kasatkin
committed
Merge remote-tracking branch 'pr/master'
2 parents 36c828f + 8540548 commit c746123

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Model/Response/Address.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,15 @@ class Address extends AbstractModel
510510
*/
511511
protected $qcGeo;
512512

513+
/**
514+
* @var string ISO-код страны (двухсимвольный)
515+
*/
516+
public $country_iso_code;
517+
/**
518+
* @var string ISO-код региона
519+
*/
520+
public $region_iso_code;
521+
513522
public function getPostalCode(): ?string
514523
{
515524
return $this->postalCode;

0 commit comments

Comments
 (0)