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

	return (new RestrictionInfoCollection());
}