• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/sms/sender.php
  • Класс: Bitrix\Crm\Activity\Provider\Sms\Sender
  • Вызов: Sender::setShipmentId
public function setShipmentId(?int $shipmentId): self
{
	$this->shipmentId = $shipmentId;

	return $this;
}