• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/limits.php
  • Класс: BitrixVoximplantLimits
  • Вызов: Limits::hasAccountBalance
static function hasAccountBalance(): bool
{
	static $regions = ['kz', 'by'];
	return !in_array(BitrixMainApplication::getInstance()->getLicense()->getRegion(), $regions, true);
}