• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/extra_service/baseextraservice.php
  • Класс: BitrixSalePaySystemExtraServiceBaseExtraService
  • Вызов: BaseExtraService::getDefaultValue
function getDefaultValue();

/**
 * @return string
 */
public abstract function getValue();

/**
 * @return mixed
 */
public function getName()
{
	return $this->fields['NAME'];
}