• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/paysystemrestriction.php
  • Класс: BitrixSaleInternalsPaySystemRestrictionTable
  • Вызов: PaySystemRestrictionTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'autocomplete' => true
		),
		'PAY_SYSTEM_ID' => array(
			'data_type' => 'integer'
		),
		'SORT' => array(
			'data_type' => 'integer'
		),
		'CLASS_NAME' => array(
			'data_type' => 'string'
		),
		'PARAMS' => array(
			'data_type' => 'string'
		)
	);
}