• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/paysystem.php
  • Класс: BitrixSaleInternalsPaySystemTable
  • Вызов: PaySystemTable::validateCurrency
static function validateCurrency()
{
	return array(
		new MainEntityValidatorLength(null, 3),
	);
}