• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/paysystem/restrictions/percentprice.php
  • Класс: BitrixSaleServicesPaySystemRestrictionsPercentPrice
  • Вызов: PercentPrice::getParamsStructure
static function getParamsStructure($entityId = 0)
{
	return array(
		"MIN_VALUE" => array(
			'TYPE' => 'NUMBER',
			'DEFAULT' => 0,
			'LABEL' => Loc::getMessage("SALE_PS_RESTRICTIONS_BY_PRICE_PERCENT_TYPE_MORE")
		),
		"MAX_VALUE" => array(
			'TYPE' => 'NUMBER',
			'DEFAULT' => 0,
			'LABEL' => Loc::getMessage("SALE_PS_RESTRICTIONS_BY_PRICE_PERCENT_TYPE_LESS")
		)
	);
}