• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/service.php
  • Класс: BitrixSalePaySystemService
  • Вызов: Service::isSupportPrintCheck
public function isSupportPrintCheck(): bool
{
	return $this->handler instanceof SalePaySystemCashboxISupportPrintCheck;
}