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