• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/restservice.php
  • Класс: BitrixSalePaySystemRestService
  • Вызов: RestService::getIncomingFieldsMap
static function getIncomingFieldsMap(): array
{
	return [
		'LOGOTYPE' => 'LOGOTIP',
		'TARIFF' => 'TARIF',
	];
}