• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/productmanager.php
  • Класс: Bitrix\Crm\Order\ProductManager
  • Вызов: ProductManager::isDeal
private function isDeal(): bool
{
	return $this->ownerTypeId === \CCrmOwnerType::Deal;
}