$this->id, 'compra_id' => $this->compra_id, 'producto_id' => $this->producto_id, 'cantidad' => $this->cantidad, 'precio_unitario' => $this->precio_unitario, 'subtotal' => $this->subtotal, ]; } }