• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::getDelivery
public function getDelivery()
{
	if ($this->service === null)
	{
		$this->service = $this->loadDeliveryService();
	}

	return $this->service;
}