public function setOrder(\Ess\M2ePro\Model\Order $order) { $this->order = $order; $this->account = $order->getAccount(); return $this; }