• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/service/internal/entity/deal.php
  • Класс: BitrixSaleExchangeIntegrationServiceInternalEntityDeal
  • Вызов: Deal::setContactId
public function setContactId($value)
{
	$this->fields->set('CONTACT_ID', $value);
	return $this;
}