• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/rest/synchronization/client.php
  • Класс: Bitrix\Sale\Rest\Synchronization\Client
  • Вызов: Client::__construct
public function __construct($clientId, $clientSecret, $serviceUrl)
{
	$this->clientId = $clientId;
	$this->clientSecret = $clientSecret;
	$this->serviceUrl = $serviceUrl;
}