• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::setServiceParams
public function setServiceParams(array $serviceParams)
{
	$params = $this->getField('PARAMS');
	$params["SERVICE_PARAMS"] = $serviceParams;
	$this->setField("PARAMS", $params);
}