- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/internals/paysystemresthandlers.php
- Класс: BitrixSaleInternalsPaySystemRestHandlersTable
- Вызов: PaySystemRestHandlersTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true,
),
'NAME' => array(
'data_type' => 'string'
),
'CODE' => array(
'data_type' => 'string'
),
'SORT' => array(
'data_type' => 'integer'
),
'SETTINGS' => array(
'data_type' => 'string',
'serialized' => true
),
'APP_ID' => array(
'data_type' => 'string'
),
);
}