9 use Magento\Quote\Api\Data\TotalSegmentInterfaceFactory;
25 TotalSegmentInterfaceFactory
$factory 34 public function process($addressTotals)
38 foreach ($addressTotals as $addressTotal) {
45 if (is_object($addressTotal->getTitle())) {
49 $total = $this->factory->create();
50 $total->setData($pureData);
51 $data[$addressTotal->getCode()] = $total;
__construct(TotalSegmentInterfaceFactory $factory)