$this->id, 'line_1' => $this->line1, 'line_2' => $this->line2, 'zip_code' => $this->zipCode, 'city' => $this->city, 'state' => $this->state, 'country' => $this->country, 'status' => $this->status, 'created_at' => $this->createdAt, 'updated_at' => $this->updatedAt, ]; } }