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