• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/crm/estimationmessage.php
  • Класс: BitrixSaleDeliveryServicesCrmEstimationMessage
  • Вызов: EstimationMessage::setTypeId
public function setTypeId(?int $typeId): EstimationMessage
{
	$this->typeId = $typeId;

	return $this;
}