• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::getExtraServicesObjects
public function getExtraServicesObjects()
{
	return DeliveryExtraServicesManager::getObjectsForShipment(
		$this->getId(),
		$this->getDeliveryId(),
		$this->getCurrency()
	);
}