• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/service.php
  • Класс: BitrixSalePaySystemService
  • Вызов: Service::isCustom
public function isCustom()
{
	return in_array($this->handler->getHandlerType(), array('CUSTOM', 'USER'));
}