Skip to content

Commit

Permalink
Merge remote-tracking branch 'pr/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Kasatkin committed Mar 11, 2020
2 parents 36c828f + 8540548 commit c746123
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Model/Response/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,15 @@ class Address extends AbstractModel
*/
protected $qcGeo;

/**
* @var string ISO-код страны (двухсимвольный)
*/
public $country_iso_code;
/**
* @var string ISO-код региона
*/
public $region_iso_code;

public function getPostalCode(): ?string
{
return $this->postalCode;
Expand Down

0 comments on commit c746123

Please sign in to comment.