filterFilledRecursive([ 'street' => $this->street, 'complementary' => $this->complementary, 'street_number' => $this->streetNumber, 'neighborhood' => $this->neighborhood, 'city' => $this->city, 'state' => $this->state, 'zip_code' => $this->zipCode, 'reference_point' => $this->referencePoint, ]); } }