• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/restrictions/paysystem.php
  • Класс: Bitrix\Sale\Cashbox\Restrictions\PaySystem
  • Вызов: PaySystem::getParamsStructure
static function getParamsStructure($entityId = 0)
{
	$result =  array(
		"PAY_SYSTEMS" => array(
			"TYPE" => "ENUM",
			'MULTIPLE' => 'Y',
			"LABEL" => Loc::getMessage("SALE_CASHBOX_RSTR_BY_PS"),
			"OPTIONS" => self::getPaySystemsList()
		)
	);

	return $result;
}