• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entitybankdetail.php
  • Класс: Bitrix\Crm\EntityBankDetail
  • Вызов: EntityBankDetail::checkCountryId
static function checkCountryId(int $countryId): bool
{
	return in_array($countryId, static::getAllowedRqFieldCountries(), true);
}