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