_type; } /** * Устанавливает тип способа доставки справки. * * @param string|null $type Тип способа доставки справки * * @return self */ public function setType(?string $type = null): self { $this->_type = $this->validatePropertyValue('_type', $type); return $this; } }