We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36c828f + 8540548 commit c746123Copy full SHA for c746123
1 file changed
src/Model/Response/Address.php
@@ -510,6 +510,15 @@ class Address extends AbstractModel
510
*/
511
protected $qcGeo;
512
513
+ /**
514
+ * @var string ISO-код страны (двухсимвольный)
515
+ */
516
+ public $country_iso_code;
517
518
+ * @var string ISO-код региона
519
520
+ public $region_iso_code;
521
+
522
public function getPostalCode(): ?string
523
{
524
return $this->postalCode;
0 commit comments