1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
IntegrationService.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Rest\Contract\Service;
6
7use Bitrix\Rest\Entity\Collection\IntegrationCollection;
8
10{
12 public function hasPaidIntegrations(): bool;
13}