$this->id, 'package_id' => $this->package_id, 'name' => $this->name, 'reference' => $this->reference, 'description' => $this->description, 'quantity' => $this->quantity, 'uom' => $this->uom, 'price' => $this->price, 'total' => $this->total, 'status' => $this->status, ]; } }