• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/returncustomer/transportbase.php
  • Класс: Bitrix\Sender\Integration\Crm\ReturnCustomer\TransportBase
  • Вызов: TransportBase::getSupportedRecipientTypes
public function getSupportedRecipientTypes()
{
	return [
		Recipient\Type::CRM_COMPANY_ID,
		Recipient\Type::CRM_CONTACT_ID,
		Recipient\Type::CRM_LEAD_ID,
	];
}