diff --git a/Models/City.php b/Models/City.php index 84e8e6e..9414363 100644 --- a/Models/City.php +++ b/Models/City.php @@ -31,6 +31,71 @@ class City extends AbstractModel */ protected $code = null; + /** + * @var int + */ + protected $receptionLaP; + + /** + * @var int + */ + protected $deliveryLaP; + + /** + * @var int + */ + protected $reception; + + /** + * @var int + */ + protected $foreignReceptionReturns; + + /** + * @var int + */ + protected $terminal; + + /** + * @var string + */ + protected $kladr; + + /** + * @var string + */ + protected $countryCode; + + /** + * @var string + */ + protected $uniqName; + + /** + * @var string + */ + protected $district; + + /** + * @var string + */ + protected $prefix; + + /** + * @var int + */ + protected $courierReception; + + /** + * @var int + */ + protected $courierDelivery; + + /** + * @var + */ + protected $pickupPoint; + /** * @return string */