Service::getTypeIdByRecipientType

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. Service
  4. getTypeIdByRecipientType
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/returncustomer/service.php
  • Класс: Bitrix\Sender\Integration\Crm\ReturnCustomer\Service
  • Вызов: Service::getTypeIdByRecipientType
static function getTypeIdByRecipientType($recipientType)
{
	return self::getTypeIdByRecipientTypeId(Recipient\Type::getId($recipientType));
}

Добавить комментарий